We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user who has forgotten my password, I want to reset it so that I can regain access to my account.
GIVEN I am on the login page,
WHEN I click on the "Forgot Password?" link,
THEN I should be directed to a page where I can enter my registered email to receive reset instructions.
GIVEN I have entered my email to reset the password,
WHEN I click "Submit",
THEN I should receive an email with a link or code to reset my password.
The text was updated successfully, but these errors were encountered:
kpetrauskas92
No branches or pull requests
Epic #2
As a user who has forgotten my password,
I want to reset it so that I can regain access to my account.
Acceptance Criteria:
GIVEN I am on the login page,
WHEN I click on the "Forgot Password?" link,
THEN I should be directed to a page where I can enter my registered email to receive reset instructions.
GIVEN I have entered my email to reset the password,
WHEN I click "Submit",
THEN I should receive an email with a link or code to reset my password.
Tasks:
The text was updated successfully, but these errors were encountered: