# Reset Password (/docs/account/reset-password)



Reach this page by clicking the link in a password-reset email
([forgot password](/docs/account/forgot-password)).

## Form fields [#form-fields]

| Field                | Required | Notes                                                                                       |
| -------------------- | -------- | ------------------------------------------------------------------------------------------- |
| New password         | Yes      | Minimum 8 characters with at least one lowercase, uppercase, number, and special character. |
| Confirm new password | Yes      | Must match.                                                                                 |

After submission you're signed in immediately.

## Errors [#errors]

* **Invalid token** — the link is expired or already used. Request a new one.
* **Weak password** — Layers enforces a minimum complexity (see above).
