You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user should be able to reset their password when the password has been forgotten.
Acceptance criteria
Add a password reset endpoint that emails the user a link with a temporary state token
Validate the security question and answer (VA)
The state token should be valid for the following criteria; the token remains valid until one of the following occurs: expiration (1-2 hours), password successfully changed.
Send an email to the user with the link/reset token
Developer notes
Ensure that passwords are never sent in plain text via email
The text was updated successfully, but these errors were encountered:
Context
The user should be able to reset their password when the password has been forgotten.
Acceptance criteria
Developer notes
The text was updated successfully, but these errors were encountered: