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

# msm-reset-password

> Web component msm-reset-password.

`msm-reset-password` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

```html theme={null}
<msm-reset-password></msm-reset-password>
```

## Attributes / properties

| Name                         | Type    | Default  | Notes         |
| ---------------------------- | ------- | -------- | ------------- |
| `z-index`                    | number  | -        |               |
| `window`                     | string  | -        |               |
| `isShowNewPasswordError`     | boolean | `false`  | property only |
| `isShowConfirmPasswordError` | boolean | `false`  | property only |
| `theme`                      | string  | -        |               |
| `color-scheme`               | string  | -        |               |
| `type`                       | string  | -        |               |
| `icon`                       | string  | -        |               |
| `icon-height`                | string  | -        |               |
| `logout-page-url`            | string  | -        |               |
| `account-page-url`           | string  | -        |               |
| `privacy-page-url`           | string  | -        |               |
| `terms-page-url`             | string  | -        |               |
| `role`                       | string  | `"user"` |               |

## Events

This component does not emit custom events.

## CSS parts

* `base`
* `label`

## Slots

No documented slots.

## Methods

No documented public methods.
