DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: Forgot Password #69

Closed DarrachBarneveld closed 6 months ago

DarrachBarneveld commented 6 months ago

As a User, I can reset my password if I forget it, so that I can regain access to my account.

Acceptance Criteria:

  1. When I click on the "Forgot Password" link, I am directed to a password reset page.
  2. On the password reset page, I can enter my email address associated with my account.
  3. After submitting my email address, I receive an email with a password reset link.
  4. Clicking on the password reset link takes me to a page where I can set a new password for my account.

Tasks

DarrachBarneveld commented 6 months ago

Password reset functionality in place