Skip to main content

Reset Password Link Expired


Use Reset Password Link Expired when a password reset link is no longer valid because it has expired or has already been used.



This screen includes:

#ElementDescription
1Error messageStates that the password reset link has expired or has already been used
2Reset guidanceInstructs the user to reset the password again
3Ok actionCloses the error popup

Workflow​

  1. Detect that the password reset link is no longer valid.
  2. Call PUT /api/v3/account/password/reset/link-expired.
  3. Render the returned error popup.
  4. Select Ok to close the popup.
  5. Start the password reset process again.

Validations​

ScenarioApp behaviorSDK output
Reset link has expiredDisplay the error popupPage object
Reset link has already been usedDisplay the error popupPage object
Error popup is activePrevent password submission from this reset linkInvalid reset state
Request failsDisplay the applicable application errorError response

Actions​

ScenarioApp behaviorSDK output
Expired-link screen opensDisplay the reset link errorPUT /api/v3/account/password/reset/link-expired
Ok selectedClose the error popupClose action

Endpoint Resources​

PUT 

v3/account/password/reset/link-expired

Displays an error popup when the password reset link has expired or has already been used.