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

# Sign In Form

> Email & password login form with built-in validation, custom error messages, and redirect URL support.

A complete email and password login form with built-in validation and error handling.

## Properties

| Property           | Type    | Description                              | Default   |
| ------------------ | ------- | ---------------------------------------- | --------- |
| **Accent Color**   | Color   | Primary button and focus ring color      | `#9EE86F` |
| **Border Radius**  | Number  | Corner radius for inputs and button      | `8`       |
| **Button Text**    | String  | Text displayed on the submit button      | `Sign In` |
| **Redirect URL**   | String  | Where to redirect after successful login | `/`       |
| **Error Messages** | Boolean | Show/hide inline validation errors       | `true`    |

## Features

* Email format validation
* Password field with show/hide toggle
* Inline error messages for invalid credentials
* Loading state during authentication
* Auto-redirect after successful sign-in
* "Forgot password?" link support

## Usage

1. Insert the component from Auth Plugin > Components
2. Place it on your sign-in page (e.g., `/sign-in`)
3. Customize the accent color to match your brand
4. Set the redirect URL to your dashboard or main page
5. Publish and test
