Properties
| Property | Type | Description | Default |
|---|---|---|---|
| Accent Color | Color | Button color | #9EE86F |
| Button Text | String | Submit button text | Reset Password |
| Redirect URL | String | Where to redirect after reset | /sign-in |
Features
- New password and confirm password fields
- Password match validation
- Token auto-read from URL parameters
- Redirects to sign-in after successful reset
How It Works
- User clicks the reset link in their email
- Link contains a secure token in the URL (e.g.,
/reset-password?token=abc123) - The component reads the token automatically
- User enters and confirms their new password
- Password is updated and user is redirected to sign-in
Usage
Place this component on/reset-password. The reset email from the Forgot Password flow automatically links to this page.