Route to reset password
Function: Route to reset password
This action automatically sends the current user to the dedicated page where they can reset their password. It's a straightforward way to guide users to the password recovery process within your application.
Input
This action does not require any input parameters.
Output
This action does not produce any direct output that can be used in subsequent steps. Its primary effect is the redirection of the user.
Execution Flow
Real-Life Examples
Here are some common scenarios where you might use the "Route to reset password" action:
-
"Forgot Password" Button on Login Screen
- Inputs: None.
- Result: When a user clicks a "Forgot Password" button on your application's login screen, this action is triggered, immediately taking them to the "Reset Password" page to begin the recovery process.
-
Link in a Password Reset Email
- Inputs: None.
- Result: A user receives an email with a link to reset their password. When they click this link, it can be configured to trigger this action, directing them straight to the "Reset Password" page within your application.
-
After Account Lockout
- Inputs: None.
- Result: If a user's account is temporarily locked due to too many failed login attempts, your application can automatically trigger this action, redirecting them to the "Reset Password" page and prompting them to reset their password to regain access.