Bug 1560042 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Scenario:
* User has `loginA` with "uname"/"pword" saved
* User generates a new password on that site
** Login with ""/pword is saved as `loginB` if no login with username "" was already saved
* Doorhanger appears allowing the user to add a username to the saved password
* User changes the "" to "uname" in the doorhanger
* Primary button remains as update regardless of the username field

Expected result:
* Existing login `loginA` is updated with the new password.
* New login `loginB` is deleted.
Scenario:
* User has `loginA` with "uname"/"pword" saved
* User generates a new password on that site
** Login with `""`/`pword` is saved as `loginB` if no login with username "" was already saved
* Doorhanger appears allowing the user to add a username to the saved password
* User changes the "" to "uname" in the doorhanger
* Primary button remains as update regardless of the username field

Expected result:
* Existing login `loginA` is updated with the new password.
* New login `loginB` is deleted.

Back to Bug 1560042 Comment 0