Confirmed users
924
edits
| Line 39: | Line 39: | ||
* ensure that selecting "Remember Password" correctly saves the username and password into the password manager | * ensure that selecting "Remember Password" correctly saves the username and password into the password manager | ||
* ensure that you can use the same username multiple times on different websites without causing any collisions | * ensure that you can use the same username multiple times on different websites without causing any collisions | ||
** '''Collision Checks''' | ** '''Collision Checks''' (ensure you have several accounts with the same username but different passwords) | ||
*** ensure that you can login into several accounts using the same username without any issues | |||
*** | *** ensure that changing/updating the password on one account won't affect the other accounts that are using the same username | ||
*** | *** ensure that removing one account won't affect the other accounts that are using the same username | ||
* When changing the password on a page that doesn't provide a username (just password fields), ensure that you get prompted with a list of usernames that are currently being saved for that website (see the '''Changing password when username missing''' image above) | * When changing the password on a page that doesn't provide a username (just password fields), ensure that you get prompted with a list of usernames that are currently being saved for that website (see the '''Changing password when username missing''' image above) | ||
** Example: twitters change password page doesn't provide a username field that the password manager can use. If you have multiple users saved on twitter, you should get prompted with a list of those users and choose which one you would like to apply the new password to | ** Example: twitters change password page doesn't provide a username field that the password manager can use. If you have multiple users saved on twitter, you should get prompted with a list of those users and choose which one you would like to apply the new password to | ||