You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user
I want be able to reset my password
So that I could login again in case I forget it
Acceptance Criteria
Given that I go to the website
When I go to the login page
Then there should be a forgot password link
When I click on the forgot password link
Then I should navigate to the forgot password page
When I go to the forgot password page
Then there should be a form to input my email address
When I enter my email and submit the form
Then I should get an email to reset my password
When I click the password reset link in the email
Then I should be redirected to a page with a form that allows me to set a new password
When I submit the form to set the new password
Then the password should be updated
When I try to login with this new password
Then the login should be successful
The text was updated successfully, but these errors were encountered:
User Story
As a user
I want be able to reset my password
So that I could login again in case I forget it
Acceptance Criteria
Given that I go to the website
When I go to the login page
Then there should be a forgot password link
When I click on the forgot password link
Then I should navigate to the forgot password page
When I go to the forgot password page
Then there should be a form to input my email address
When I enter my email and submit the form
Then I should get an email to reset my password
When I click the password reset link in the email
Then I should be redirected to a page with a form that allows me to set a new password
When I submit the form to set the new password
Then the password should be updated
When I try to login with this new password
Then the login should be successful
The text was updated successfully, but these errors were encountered: