(New Password Manager) Passwords imported from IE, usernames and passwords appear as "MEoEE...." in Password Manager until reopen the password manager
Categories
(Firefox :: about:logins, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | --- | verified |
firefox71 | --- | verified |
People
(Reporter: alice0775, Assigned: jaws)
References
Details
(Whiteboard: [passwords:management] [skyline])
Attachments
(1 file)
Reproducible: always
Steps to reproduce:
- Hamburger Menu -> Login and Passwords
- Meatball Menu -> Import Passwords...
- Select "Microsoft Internet Explorer" and proceed to import passwords
Actual Results:
usernames and passwords appear as encrypted text "MEoEE..."
Reopen the password manager will appear as plain text as expected.
Expected Results:
Not encrypted.
Comment 1•6 years ago
|
||
Seems like we aren't decrypting when subscribing to updates.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
I don't see this as a regression of the new about:logins page. From debugging this, it is happening because addLogins is adding the login with the username and password pre-encrypted and the notification that gets sent out is sending out the encrypted fields instead of the decrypted values.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #2)
I don't see this as a regression of the new about:logins page. From debugging this, it is happening because addLogins is adding the login with the username and password pre-encrypted and the notification that gets sent out is sending out the encrypted fields instead of the decrypted values.
It wasn't visible in the old UI since it didn't use the data from the notifications, only the notification itself to know it needed to update the list.
Comment 6•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Comment 7•6 years ago
|
||
I have verified this issue on the latest Nightly 71.0a1 (Build ID: 20190918215055) (64-bit) and on the latest Firefox Beta 70.0b7 (Build ID: 20190916074538) (64-bit) on Windows 10 x64.
- The saved logins imported from IE are correctly displayed and are not encrypted.
Updated•6 years ago
|
Description
•