Skip to main content

Forgot Password Entry Point


Use the Forgot password link to start the password recovery flow from the Sign In screen.


This screen includes:

#ElementDescription
🔴Forgot password linkText link displayed below the Sign in button
-Inline placementAppears within the Sign In modal
-Secondary navigationDoes not interrupt current input until selected
Visibility rule

The Forgot password option is conditionally rendered based on email input validation..


Workflow​

  1. Open the Sign In screen.
  2. Enter an email address.
  3. When the email input passes format validation, display Forgot password.
  4. Select Forgot password.
  5. Navigate to the Reset Password Request screen.

Validations​

ScenarioApp behaviorSDK output
Email input empty or invalidHide Forgot password optionforgotPassword = hidden
Email input passes format validationDisplay Forgot password optionforgotPassword = visible

Actions​

ScenarioApp behaviorSDK output
Forgot password selectedNavigate to reset flowNavigation event
Email input updatedRe-evaluate visibility of optionforgotPassword = visible/hidden