[False Negative] Password generation is not offered for the Register password field on perfumania.com
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P2)
Tracking
()
People
(Reporter: andrei.purice, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [passwords:generation])
Affected Versions:
Nightly 77.0a1 (2020-04-14) (64-bit)
Beta 76.0b4
Affected Platforms:
Windows 7/10 x64
MacOS 10.14
Ubuntu 18.04
Steps to reproduce:
- Go to perfumania.com and reach the Change Password form use Recover account for a registered username)
- Click on the New Password and Retype Password fields
observe that new password field is auto filled with the saved password, looks like Bug 1623431
Expected Result:
The autocomplete dropdown should display the Password Generation option for both password fields
Actual Result:
Password Generation was not offered for the Password field, only for Retype
Regression-Range:
Not a regression of this implementation, it partially fixed Beta 75 behavior given that password generation was not offered for both fields there.
Notes:
Password field: <input type="password" value="" name="customer[password]" id="reset_password">
Updated•5 years ago
|
Comment 1•5 years ago
|
||
According to its Tranco + Alexa ranking, this site is not among the most popular (which we are currently defining to be the top 500).
Comment 2•5 years ago
|
||
The model update landed at https://github.com/mozilla-services/fathom-login-forms/commit/368cbce234fcd2804f82d88d10ac940b8243c496 fixes this.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
When testing the model update yesterday I found that LoginAutoComplete#startSearch
was not being hit on this page, meaning our Fathom ruleset was never being executed.
Today during retesting it worked as expected. This may be intermittently fixed by bug 1638187.
Comment 4•4 years ago
|
||
Can also confirm this is fixed on the latest Nightly 78 and RC 70, tested on Windows 10.
Severin, could you please change the flags to fixed for the affected versions?
Comment 5•4 years ago
|
||
Updated. Thanks for verifying, Timea!
Updated•4 years ago
|
Updated•4 years ago
|
Description
•