Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forgot password #11

Open
idosius opened this issue Jul 26, 2022 · 0 comments
Open

Forgot password #11

idosius opened this issue Jul 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@idosius
Copy link
Contributor

idosius commented Jul 26, 2022

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

@idosius idosius added the enhancement New feature or request label Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant