Skip to main content
A form for setting a new password after clicking the reset link from email.

Properties

PropertyTypeDescriptionDefault
Accent ColorColorButton color#9EE86F
Button TextStringSubmit button textReset Password
Redirect URLStringWhere 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

  1. User clicks the reset link in their email
  2. Link contains a secure token in the URL (e.g., /reset-password?token=abc123)
  3. The component reads the token automatically
  4. User enters and confirms their new password
  5. 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.