after putting master password to access logins/passwords and reopening ff, new reg form cannot autogenerate password
Categories
(Toolkit :: Password Manager, defect, P2)
Tracking
()
People
(Reporter: mailbox, Assigned: dimi)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:86.0) Gecko/20100101 Firefox/86.0
Steps to reproduce:
- put master password to protect logins and passwords
- closed ff
- opened ff
- opened one website reg form
Actual results:
autogeneration of password in password field did not work
Expected results:
Autogeneration of password should work in new reg form.
It started working only after opening Logins and Password in separate tab which requested master password.
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Before this patch, we don't show generated password in the autocomplete
when the primary password is enabled in the following scenarios:
- The prompt is already showing
- The prompt is cancelled before
- The prompt is NOT triggered when autocomplete (no matching found).
Note. This bug hits the scanario #3.
After this patch, we will show generated password in the autocomplete in
all of the above cases with auto save generated password disabled.
Comment 2•4 years ago
|
||
It was kind of a prime directive of generated passwords when first implemented that we would never lose (or allow the user to lose) a password we had generated. As we can't guarantee the login capture will happen when a new password has been created - prompting the user to save the login - we implemented autosave of the generated passwords. This means the worst that can happen is the user gets a new login record with the newly generated password and no username.
That's the background for why this bug/feature exists - we don't want to offer to generate a password in circumstances where we can't know if we'll be able to save it. If the user doesnt know the master password either, they could use a password they have no way of recovering.
So, that's the background to this bug. Maybe the value outweighs the risk in this case?
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•3 years ago
|
Description
•