Closed
Bug 1164798
Opened 10 years ago
Closed 6 years ago
Password reset form field filled with saved form data
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1119063
People
(Reporter: kresic.ivan, Unassigned)
References
Details
(Whiteboard: [passwords:heuristics])
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36
Steps to reproduce:
It's an angular web app. Password manager saved email and password entries from example.com/#/login. Clicked to reset the password at example.com/#/resetting
Actual results:
The reset password form gets filled with the saved password (only the first field, not the repeat password field), even when autocomplete is set to off and I cannot disable the autofill without deleting the saved password from the password manager.
Expected results:
The reset password form which has two password fields should not be autofilled.
Comment 1•10 years ago
|
||
autocomplete="off" has no effect on password and username fields starting with Firefox 38.
https://www.mozilla.org/firefox/38.0/releasenotes/
You can revert this behavior by setting signon.storeWhenAutocompleteOff to false in about:config.
You can prevent password autofill by setting signon.autofillForms to false in about:config. You then have to either double-click the username field, or type in the first letter of the username, then select the username from the list.
Component: Untriaged → Password Manager
Depends on: 1119507
OS: Unspecified → All
Product: Firefox → Toolkit
Hardware: Unspecified → All
Updated•6 years ago
|
Whiteboard: [passwords:heuristics]
Comment 2•6 years ago
|
||
You should use autocomplete="new-password"
on the fields to enter new passwords.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•