Appearance
Request password reset
Use this action to request a password reset link for a user. WeWeb will generate a one‑time token and a ready‑to‑use reset URL. The sending of the email happens in the event trigger: On password reset requested →
Configuration
| Display Key | Example Input | Description |
|---|---|---|
| "user@example.com" | The user’s email address that should receive the reset link. | |
| Redirect Page Optional | Sign‑in page | Page to open after a successful reset (provider dependent). |
What happens when this action runs
- WeWeb generates a token and builds a reset URL using your redirect selection
- In the
Data & APItab, the event triggerOn password reset requestedis fired with the data{ user, token, url } - In the trigger, you send the email (e.g., Resend/SendGrid) and optionally rate‑limit or log the request
Learn how to use the 'On password reset requested' Event Trigger →
Example flow
1
Collect the user’s email in a form
2
Run the
Request password reset action with the input email3
In the
On password reset requested Event Trigger, send the reset link4
Navigate the user to a confirmation page (e.g., “Check your inbox”)
Related Event Triggers
The
Request password reset action will fire these Event TriggersUse this trigger to generate and send secure reset links and/or log password reset attempts for security purposes.

