Closed
Bug 1695880
Opened 2 years ago
Closed 2 years ago
Consider removing the username as a needing value when importing a CSV file
Categories
(Firefox :: about:logins, enhancement, P2)
Tracking
()
VERIFIED
FIXED
88 Branch
People
(Reporter: cmuntean, Assigned: petcuandrei)
References
Details
Attachments
(2 files)
[Notes]:
- Considering the fact that logins can be created or saved without a username, this rule can also be applied when importing a CSV file that contains logins without a username.
[Affected versions]:
- Firefox Nightly 88.0a1 (Build ID:20210301220015);
[Affected Platforms]:
- Windows 10 x64;
- macOS 10.15.7;
- Linux Mint 20 x64;
[Prerequisites]:
- Have the latest Firefox Nightly installed.
- Have a CSV file that contains a login without the username.
[Steps to reproduce]:
- Open the Firefox browser with the profile from prerequisites.
- Navigate to "about:logins" page.
- Open the menu and click the "Import from a File..." option.
- Select and open the CSV file.
- Click the "View detailed Import Summary" link.
- Observe the import report.
[Expected result]:
- The login that doesn't have a username is imported.
[Actual result]:
- The login is not imported and is recognized as an error with the "Missing username".
[Additional Notes]:
- Attached a screen recording of the issue.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → petcuandrei
Status: NEW → ASSIGNED
Pushed by tgiles@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d4109b7bca7a Remove the username as a needing value when importing a CSV file r=tgiles
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P2
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
Reporter | ||
Comment 4•2 years ago
|
||
I have verified this bug on the latest Nightly 88.0a1 build (Build ID: 20210303215027) on Windows 10 x64, macOS 10.15.7 and Linux Mint 20 x64.
- The username is no longer a needed value when importing a CSV file. The logins that don't have a username are correctly imported.
Status: RESOLVED → VERIFIED
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•