Properties
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.