Skip to main content

Email Sent Confirmation


Use the Reset Password → Email Sent Confirmation screen to confirm that the password recovery email was sent.


This screen includes:

#ElementDescription
1Close actionDismiss modal
2MessageReset email confirmation

Workflow

  1. Submit a valid email in the Reset Password Request screen.
  2. Display the confirmation modal.
  3. Select close to dismiss the modal.
  4. Open the reset email and follow the instructions.

Validations

ScenarioApp behaviorSDK output
Email field is emptyDisable Reset password buttonvalidation = required
Email format is invalidDisplay inline errorerror = invalid_email
Email format is validEnable submissionvalidation = valid
Email not foundDisplay generic success message (no exposure)state = email_sent
Request in progressShow loading state on buttonstate = loading
Request failsDisplay error messageerror = network

Actions

ScenarioApp behaviorSDK output
Email enteredUpdate input stateemail = updated
Reset password selectedSubmit emailRequest triggered
Request succeedsNavigate to confirmation screenstate = email_sent
Close selectedDismiss modalNavigation event
Contact support selectedOpen support channelExternal navigation event

Endpoint Resources

Reset Password Email Sent

PUT 

v3/account/password/reset/request/successful

Returns page configuration. Client renders the screen from the response.

POST 

v3/account/password/reset/request

Sends a password reset email to the provided address.
Returns a success response with no body. The client proceeds by displaying the Email Sent Confirmation screen.