A simple form where users enter their email to receive a password reset link.Documentation Index
Fetch the complete documentation index at: https://docs.authplugin.com/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| Accent Color | Color | Button color | #9EE86F |
| Button Text | String | Submit button text | Send Reset Link |
| Success Message | String | Message shown after email is sent | Check your email for a reset link |
Features
- Email input with validation
- Sends a password reset email with a secure token link
- Shows success message after submission
- Rate-limited to prevent abuse
Usage
- Place on a dedicated page (e.g.,
/forgot-password) - Link to this page from your Sign In Form’s “Forgot password?” text
- Set up the Reset Password form on
/reset-passwordto complete the flow