Remove autocomplete="off" from the password field
#1788
Comments
|
Yeah, we have it on our "plaintext" password field for good reason (the browser shouldn't remember your passwords outside the password manager), but it would probably be a good idea to remove it on the email field. |
|
Duplicate of #1203. |
|
Using this to track removing We need to keep These issues are separate because removing |
autocomplete="off" on form fieldsautocomplete="off" from the password field
If the plaintext field is visible, how about having the |
|
It's not clear the specific signals the browser is relying on to save form data. Having autocomplete="off" only on the text input (but not on the password input) may be sufficient (without needing to do the visual switch). |
|
I did an experiment: |
|
@shane-tomlinson, wanna take a crack at this? Here is the necessary history and context: Here's what I propose:
|
|
This work might also address #1780. |
None of the email fields had the |
…ds acting as passwords. fixes #1788
…ssword fields! * Always add `autocomplete=off` when the relier is Sync. * Add `autocomplete=off` to text fields acting as passwords, otherwise passwords are displayed in a form autocomplete dropdown. Yuck. fixes #1788
…ssword fields! * Always add `autocomplete=off` when the relier is Sync. * Add `autocomplete=off` to text fields acting as passwords, otherwise passwords are displayed in a form autocomplete dropdown. Yuck. fixes #1788
…ssword fields! * Always add `autocomplete=off` when the relier is Sync. * Add `autocomplete=off` to text fields acting as passwords, otherwise passwords are displayed in a form autocomplete dropdown. Yuck. fixes #1788
…ssword fields! * Always add `autocomplete=off` when the relier is Sync. * Add `autocomplete=off` to text fields acting as passwords, otherwise passwords are displayed in a form autocomplete dropdown. Yuck. fixes #1788
…ssword fields! * Always add `autocomplete=off` when the relier is Sync. * Add `autocomplete=off` to text fields acting as passwords, otherwise passwords are displayed in a form autocomplete dropdown. Yuck. fixes #1788
…ssword fields! * Always add `autocomplete=off` when the relier is Sync. * Add `autocomplete=off` to text fields acting as passwords, otherwise passwords are displayed in a form autocomplete dropdown. Yuck. fixes #1788
…ssword fields! * Always add `autocomplete=off` when the relier is Sync. * Add `autocomplete=off` to text fields acting as passwords, otherwise passwords are displayed in a form autocomplete dropdown. Yuck. fixes #1788
Per this comment by @ckarlof, perhaps it's worth revisiting the
autocomplete="off".When signing up for a Marketplace account, I was surprised to not see my email address be autocompleted. Then, when setting up a Firefox Accounts account for Loop, I noticed the same thing.
The text was updated successfully, but these errors were encountered: