Fix authentication autofilling wordpress username/password #52
Loading…
Reference in a new issue
No description provided.
Delete branch "khromov/fix-password-autofill"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes autofilling of the saved WordPress username/password.
It seems like the autofilling uses some (not so) smart heuristics - even changing the
id
andname
of the form elements is not enough, simply having two input fields next to each other where one of them istype="password"
is enough to trigger the autocomplete.This PR changes the password field to a regular textfield - this has only cosmetical and no security implications since the password is sent along to the browser anyway. However the added cosmetical "niceness" does not make up for having to clear the field every time you want to save the settings. :)
Bump!
@petermolnar Could you please take a look at this? I'm open to any feedback you have and would love to see this merged!
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.