> ## Documentation Index
> Fetch the complete documentation index at: https://authplugin.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Reset Password

> Reset password form for Framer that reads the secure token from the URL, validates the new password, and redirects users back to sign-in on success.

A form for setting a new password after clicking the reset link from email.

## 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

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.
