Forgot Password
- About
- Build a Forgot Password/Reset Password experience for a SaaS product.
- License
-
This license requires that reusers give credit to the creator. It allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, even for commercial purposes.
- Authors
-
Aaron Brethorst
- Categories
-
loginwebauthenticationsecuritypassword
Story
As a registered user,
I want to easily reset my password,
So that I can access my account again.
Acceptance Criteria:
- When I visit the website, I should see a “Forgot Password” or “Reset Password” option on the login page.
- When I click on the “Forgot Password” or “Reset Password” option, I should be directed to a dedicated password reset page.
- On the password reset page, I should see a clear and user-friendly input field to enter my registered email address.
- As I type my email address, the system should provide real-time feedback to ensure it is in a valid email format.
- After entering my email address, I should be able to click a “Submit” or “Reset Password” button.
- If the entered email address is associated with a registered account, I should receive a confirmation message indicating that a password reset link has been sent to that email.
- The password reset email should contain a secure, time-limited link that allows me to reset my password.
- The link sent via email should be valid for a limited time (e.g., 24 hours) to ensure security.
- If I click on the password reset link within the time frame, I should be directed to a page where I can securely set a new password for my account.
- On the new password page, I should see clear instructions on setting a strong and secure password, including any requirements for password complexity (e.g., minimum length, special characters).
- After successfully setting a new password, I should receive a confirmation message indicating that my password has been reset.
- After successfully setting a new password, I should be automatically logged in and sent to the same page I see upon logging in normally.
- If the password reset link has expired or is invalid, I should receive an error message notifying me that the link has expired or is no longer valid.
- If the entered email address is not associated with a registered account, I should not receive any error message indicating that the account does not exist.