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

USER STORY: Forgotten Password #31

Closed
5 tasks
kpetrauskas92 opened this issue Aug 11, 2023 · 0 comments
Closed
5 tasks

USER STORY: Forgotten Password #31

kpetrauskas92 opened this issue Aug 11, 2023 · 0 comments

Comments

@kpetrauskas92
Copy link
Owner

kpetrauskas92 commented Aug 11, 2023

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:

  • Implement a "Forgot Password?" link on the login page.
  • Design a page/form to capture a user's registered email for password reset.
  • Integrate email service to send password reset links or codes to users.
  • Create backend logic to generate, store, and validate temporary reset codes.
  • Develop a secure page for users to set a new password after clicking the reset link.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Future User Stories
Development

No branches or pull requests

1 participant