kudrra / cc_pink4_qc

0 stars 0 forks source link

[Acceptance] PWD recovery #2

Open kudrra opened 1 year ago

kudrra commented 1 year ago

As a registered user, I'd like to have a possibility to reset my password via e-mail, so I could have access to my account in case if I have forgot my password.

Scenario: user forgots the password

Acceptance criteria:

Given: The user is on the log in page. When: The user clicks "Forgot Your Password?" button. Then: The system navigates the user to the password reset page, asking the user to enter their registered e-mail adress. When: The user enters valid registered e-mail and clicks on "Reset my password" button. Then: The system submits a recovery link to a secure reset page on entered adress with instructions how to reset their password. When: The user clicks on that password recovery link. Then: The system takes them to a secure password recovery page where they can create a new password. Then: The user enters a new password two times to confirm it. Then: The system should validate password's strength according to security requirements. And: The system sends message about successful password recovery. And: The system updates user's password. And: The system takes user to log in page, allowing them to log in with a new password.