Skip to main content

Reset Password Email Sent


Use Email Sent Confirmation to confirm a password reset request.



This screen includes:

#ElementDescription
1Confirmation modalDisplays the password reset confirmation.
2Modal titleDisplays Password Reset Sent.
3Close actionCloses the modal.
4Confirmation iconDisplays the success illustration.
5Confirmation messageStates that a reset link is sent if the email address is registered.
6OK actionCloses the modal.
7Background sign-in screenShows the sign-in form behind the modal.

Workflow

  1. Open the password reset flow from Sign in.
  2. Enter an email address.
  3. Submit the password reset request.
  4. Show the confirmation modal after request success.
  5. Select OK or the close action to dismiss the modal.
  6. Check email for the reset link.

Validations

ScenarioApp behaviorSDK output
Email missingBlock submissionvalidation = email_required
Email invalidDisplay validation errorerror = invalid_email
Email validSubmit requeststate = ready
Email not registeredShow the same confirmation modalstate = email_sent
Request succeedsShow confirmation modalstate = email_sent
Request failsDisplay error statestatus = 405

Actions

ScenarioApp behaviorSDK output
Reset password selectedSubmit password reset requestPOST /api/v3/account/password/reset/request
Request succeedsLoad confirmation modalPUT /api/v3/account/password/reset/request/successful
OK selectedDismiss modalstate = dismissed
Close selectedDismiss modalstate = dismissed
Request rejectedPreserve current statestate = unchanged

Endpoint Resources

Reset Password Email Sent

PUT 

v3/account/password/reset/request/successful

Returns the password reset confirmation modal.

POST 

v3/account/password/reset/request

Sends the password reset email request.