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