Warn the user about how to handle the exported logins CSV file
Categories
(Firefox :: about:logins, enhancement, P1)
Tracking
()
People
(Reporter: MattN, Assigned: petcuandrei)
References
Details
Attachments
(3 files)
We should warn users that they need to protect the exported CSV file as the passwords inside it aren't encrypted therefore anyone with access has all their logins.
Example strings from Katie:
header: Export Logins
body: Logins and passwords will be saved as a csv file and anyone who has access can read it.
btns: cancel / Export logins...
Hi Michelle, we need a string for this modal, here's the user flow...
- Clicks "..." menu (top right)
- Selects "Export Logins..."
- Gets (this) modal warning / Selects "Export Logins..."
- OS Authentication
- Save file dialog
2 main reasons a person might export their logins:
a. as backup
b. to import/move to another password manager
While we might not need to say all of this...
In the case of a) - we'd recommend they encrypt it
In the case of b) - we'd recommend they delete the file after import
Strings from Michelle (via slack)
hdr: Export logins and passwords
body: Your passwords will be saved as readable text (e.g., BadP@ssw0rd) so anyone who can open the exported file can view them.
btns: Cancel / Export...
Assignee | ||
Comment 3•4 years ago
|
||
the dialog should be in the content, right? I tried to use it in the child but I don't see the show method.
Reporter | ||
Comment 4•4 years ago
|
||
It would be in the unprivileged part, just like how the delete confirmation works I think.
Assignee | ||
Comment 5•4 years ago
|
||
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D77324
Assignee | ||
Comment 7•4 years ago
|
||
Here is the review. I started working on the test https://phabricator.services.mozilla.com/D77376
Reporter | ||
Comment 8•4 years ago
|
||
Thanks for taking this. Screenshot looks good except I think you may not have noticed the edit to the button string in comment 2. It should be "Export…" with an ellipsis character.
Updated•4 years ago
|
Comment 10•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Comment 11•4 years ago
|
||
I have verified this issue using the latest Firefox Nightly 79.0a1 (Build ID: 20200603214922) on Windows 10 x64, Ubuntu 18.04, Mac 10.14.6, Windows 7 x64.
- The “Export logins and passwords” dialog is displayed after selecting the “Export logins…” option from the menu.
- The dialog is correctly displayed and contains the following elements:
- “Export logins and passwords” title.
- “Your passwords will be saved as readable text (e.g., BadP@ssw0rd) so anyone who can open the exported file can view them.” text displayed under the title.
- A red "Export..." button displayed on the left side of the dialog box.
- A grey "Cancel" button displayed on the right side of the dialog box.
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Description
•