-
Notifications
You must be signed in to change notification settings - Fork 81
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
Restore password #136
Labels
Milestone
Comments
Closed
This was referenced Sep 29, 2020
This was referenced Oct 30, 2020
Closed
This was referenced Oct 31, 2020
Closed
This was referenced May 14, 2024
This was referenced Aug 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
As a registered user I want to be able to restore my password, so that I can log in to the application if I forgot my password.
Acceptance Criteria:
a. message: "Please enter your email address"
b. Input field
c. button "Reset"
a. display message "Password reset link has been sent to your email address."
b. send reset password link to the email address
a. display message "Email address not found"
a. message "Enter your new password"
b. input field with placeholder "Enter password"
c. input field with placeholder "Re-enter password"
d. button "Submit"
a. display a notification message "Your password has been reset"
b. change and store new password in DB
c. send an email to user with message "Your password has just been reset.".
Assumptions and Constraints:
related to #4100 #50
The text was updated successfully, but these errors were encountered: