Needs work
Project:
Login Security
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2022 at 08:57 UTC
Updated:
9 Feb 2026 at 09:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
grevil commentedComment #3
anybodyThanks @Grevil, confirming this. Should be fixed.
Comment #4
noorulshameera commentedAdding a patch to fix the deprecated link on help page.
Comment #6
anoopsingh92Reviewing the patch. thanks
Comment #7
anoopsingh92@noorulshameera patch has been applied cleanly for me.

Thanks for the patch.
Comment #8
grevil commented@noorulshameera thanks for the patch, but I suggest not pointing to a static external Link, as this has to be updated for every major release. Furthermore, the README suffix should be changed to ".md" so markdown reader have an easier time styling accordingly.
Comment #9
anybodyPerhaps a magic link like this could be used?
https://git.drupalcode.org/project/login_security/-/blob/@/README.txt
Please rewrite the README.txt to README.md in a separate issue @noorulshameera thanks :)
Comment #10
anybodyPlease prepare the changes as MR, not as patch. The MR is currently empty?!
Comment #13
Arturo-q commentedHi, I've created the MR using the patch, I also added the link suggested on #9.
Comment #14
grevil commentedThe README is still a .txt file!
Comment #15
anybodyFixed that!
Comment #16
anybodyComment #17
anoopsingh92Thanks @Anybody, for the changes, I didn't know you also working on that. At the same time, we are working on the same ticket. You have pushed just a few minutes ago. When I got the conflicts in the same files then I accept incoming changes.
Thank you so much.
Comment #18
grevil commentedFinal thing, please remove the "--------------" in the .md file.
Comment #19
anoopsingh92Hello @Grevil, I have removed "--------------" from the headings from the .md file. Please verify.
Thanks
Comment #20
anybodyI still see a merge error and the MR can not be merged? Has to be rebased locally.
Comment #21
WebbehGiven the above, for review?
Comment #22
anybodyhttps://git.drupalcode.org/project/login_security/-/merge_requests/14
Comment #23
anybody@anoopsingh92 @Arturo1007 could you rebase this MR?
Comment #26
anoopsingh92I tried to fix that MR issue with the new branch also but did not get success. That's why I have closed the merge request !19.
I am still getting the below message.
MR is not mergeable. Anyone can try to fix that MR blocker.
Thank you
Comment #27
anoopsingh92I think we can close this MR and then we can recreate a new MR and apply the changes.
Then we can push the changes into the new branch or the same branch.
Comment #28
grevil commentedCreating a new MR on the same branch won't fix the issue. As stated a rebase is needed.
Comment #29
elberHi I will try to a do a rebase
Comment #30
elberHi a did the rebase please revise.
Comment #31
soothmidas commentedI discovered this issue in the 2.0.3 release running Drupal 11. I fixed it in my site by printing the contents of the README file in the help file and abandoning a link all together. I also change the README from a txt to a md file. I have provided patches for the 2.0.3 tag as well as the 2.x branch (See filename).
Comment #32
anybodyPlease do NOT use patches, but the MR.