Firefox doesn't save user-generated passwords on retrium.com
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | affected |
People
(Reporter: cpeterson, Unassigned)
References
()
Details
Attachments
(1 file)
Retrium registration/login page:
signon.debug log:
LoginManager: searchLogins: `formActionOrigin` or `httpRealm` is recommended LoginManager.jsm:477:13
Invalid chrome URI: /
LoginManager: searchLogins: `formActionOrigin` or `httpRealm` is recommended LoginManager.jsm:477:13
Invalid chrome URI: /
I use a bookmarklet (called "SuperGenPass") to generate secure passwords and it fails on this page, too. The bookmarklet can't find a form field with type == 'password', even though the Firefox devtools shows an <input type="password">
element:
<input type="password" style="padding: 0px; position: relative; width: 100%; border: medium none; outline: currentcolor none medium; background-color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0.87); cursor: inherit; font: inherit; height: 100%;" id="undefined-YourPassword-undefined-5754" value="">
Comment 1•5 years ago
|
||
Filling works for me if I generate a password (which auto-saves). I assume it will also fill for you if you manually save via about:logins, can you confirm and then we can morph this to just be about saving?
Using the new "break on subtree modification" feature I can see that the login form is getting destroyed/removed from the page so I think this depends on bug 1166995.
Comment 2•5 years ago
|
||
I didn't test with a valid login btw.
Reporter | ||
Comment 3•5 years ago
|
||
(In reply to Matthew N. [:MattN] (PM me if requests are blocking you) from comment #1)
Filling works for me if I generate a password (which auto-saves). I assume it will also fill for you if you manually save via about:logins, can you confirm and then we can morph this to just be about saving?
You are correct. If I generate my password with "Fill Password > Use a Securely Generated Password", then Firefox will save and autofill the password. If I make up my own password when registering a new account, then Firefox does not save my password.
Comment 4•4 years ago
|
||
This should be fixed by Bug 1166995.
Comment 5•4 years ago
|
||
Confirmed as verified-fixed on latest Firefox Nightly 89 and Beta 88.0b2 on MacOS 10.15.
Description
•