Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable autocompletion in password fields by default #772

Open
dlh01 opened this issue May 30, 2020 · 1 comment
Open

Disable autocompletion in password fields by default #772

dlh01 opened this issue May 30, 2020 · 1 comment

Comments

@dlh01
Copy link
Member

dlh01 commented May 30, 2020

See https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion.

We had a head-scratcher on one site recently where a password field on a submenu page kept being changed because a user's in-browser password manager kept autofilling it whenever the submenu was opened. Is there ever a case where that behavior would be desirable by default?

@nikolareljin
Copy link

nikolareljin commented Sep 17, 2020

@dlh01 We have switched to store the passwords into plaintext since the problem definitely prevents most of the password tools from using the desired FieldManager's field.
One possible way to change this:
#755

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants