As a developer, I want to verify user emails when they first create an account. I also want to allow users to change their password or retrieve forgotten passwords using their email.
Requirements
Use Express and Node to:
Send an email to the user creating their account where they can confirm their email
Send an email to a user to reset their password
Send an email to a user to retrieve their forgotten password
Acceptance Criteria
First time users can verify their email when creating an account
Existing users can reset their password using their email
Existing users can retrieve their forgotten password using their email
User Story
As a developer, I want to verify user emails when they first create an account. I also want to allow users to change their password or retrieve forgotten passwords using their email.
Requirements
Acceptance Criteria