Use Case: Sending a Password Reset Link

A user wants to reset their password by clicking the ‘Send Password Reset Link’ link on the login screen. The user enters their email address and the system sends the verification link to the user.

Applying the Forgot Password Action

  • Element: ‘Send Password Reset Link’ button
  • Trigger: OnClick
  • Action: Authorisation → Forgot Password
  • User Name: Current.email
  • Language: en
  • Don't Send Email: false

When the action is executed, the system sends an email containing a password reset link to the user. The user can log in by setting a new password via this link.