HU 02.2 Reset Password - ADSO02/ADSO_3231252_002 GitHub Wiki

HU-02.2 – Reset Password

IDENTIFIER HU-02.2
Name Reset Password
Description As the user of the system who requested password recovery, I want to be able to create a new secure password to regain access to my account.
Acceptance Criteria 1. The system must display a form to reset the password when accessing from the link sent to the email. 2. The form must contain the following fields: * New password * Confirm Password 3. The system must validate that both passwords match. 4. The system must validate that the password complies with security policies: - It must have 8 characters - Do not exceed 12 characters - Use special characters - Uppercase letters - The password must be alphanumeric. 5. If the password is valid, the system must save the new password in the database. 6. The system must display a confirmation message indicating that the password was successfully updated. 7. The user must be able to log in with the new password. 8. The recovery link must expire after a certain amount of time for security reasons. 9. The system must display a “Return to login” link or button after the user resets their password, which will redirect them to the login screen.
Mockups
Author @samuelsct0108-max

Review

Criteria Comment Made by
Complete
Consistent
Negotiable
Valuable
Estimable
Small
Testable