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:
| # | Element | Description |
|---|---|---|
| 1 | Error message | States that the password reset link has expired or has already been used |
| 2 | Reset guidance | Instructs the user to reset the password again |
| 3 | Ok action | Closes the error popup |
Workflow
- Detect that the password reset link is no longer valid.
- Call
PUT /api/v3/account/password/reset/link-expired. - Render the returned error popup.
- Select Ok to close the popup.
- Start the password reset process again.
Validations
| Scenario | App behavior | SDK output |
|---|---|---|
| Reset link has expired | Display the error popup | Page object |
| Reset link has already been used | Display the error popup | Page object |
| Error popup is active | Prevent password submission from this reset link | Invalid reset state |
| Request fails | Display the applicable application error | Error response |
Actions
| Scenario | App behavior | SDK output |
|---|---|---|
| Expired-link screen opens | Display the reset link error | PUT /api/v3/account/password/reset/link-expired |
| Ok selected | Close the error popup | Close action |
Endpoint Resources
Reset Password Link Expired
PUT
v3/account/password/reset/link-expired
Displays an error popup when the password reset link has expired or has already been used.