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

# Forgot Password

> Forgot password form for Framer that collects the user's email, sends a secure reset link, and is rate-limited to prevent abuse of the reset flow.

A simple form where users enter their email to receive a password reset link.

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

1. Place on a dedicated page (e.g., `/forgot-password`)
2. Link to this page from your Sign In Form's "Forgot password?" text
3. Set up the **Reset Password** form on `/reset-password` to complete the flow
