-
Notifications
You must be signed in to change notification settings - Fork 2
User Stories: Set new password
Ørjan Bostad Vesterlid edited this page Jul 29, 2019
·
1 revision
As a user I want to set a new password for my account so that I can use the new password the next time I log in.
- When I provide the correct current password and a valid new password:
- The password for my account should be updated.
- I should be notified that the password update was successful.
- After I log out, I should now be able to log in with the new password only.
- When I provide incorrect current password or invalid new password:
- I should be notified of the error(s), and which form fields they refer to.
- I should be able to try performing the password update again.