> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/saasable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/saasable/ui-kit/development/components/auth/new-password.md).

# New Password

{% hint style="info" %}
All available props for the New Password component are defined and handled within **Component usage path** file. This allows for easy modifications to the content of the New Password section.
{% endhint %}

**Component path**: `src/blocks/auth/NewPassword.tsx`

**Component usage path:**  `src/app/blocks/auth/new-password/page.tsx`

**Preview link:** <https://www.saasable.io/blocks/auth/new-password>

## Props Details

| Prop Name   | Type                | Description                                  | Displayed as                              |
| ----------- | ------------------- | -------------------------------------------- | ----------------------------------------- |
| **heading** | `string`            | Main title or heading for the page.          | `"Create a New Password"`                 |
| **caption** | `string` (optional) | Optional subtitle or additional description. | `"Please enter your new password below."` |
