authelia/docs/features/password-reset.md
James Elliott b0b3d61954
[DOCS] Adjust yaml snippets and misc adjustments (#855)
* [DOCS] Adjust yaml snippets

* use two spaces
* use yaml syntax highlighting
* other misc uniformity changes
* fix misc grammar
* add responsible disclosure link

Co-Authored-By: Amir Zarrinkafsh <nightah@me.com>
2020-04-11 14:46:07 +10:00

32 lines
926 B
Markdown

---
layout: default
title: Password Reset
parent: Features
nav_order: 4
---
# Password Reset
**Authelia** provides a workflow to let users reset their password when they lose it.
To disable reset password functionality please see the [configuration docs](../configuration/authentication/index.md#disabling-reset-password).
A simple click on `Reset password?` for starting the process. Note that resetting a
password requires a new identity verification using the e-mail of the user.
<p align="center">
<img src="../images/1FA.png" width="400">
</p>
Give your username and receive an e-mail to verify your identity.
<p align="center">
<img src="../images/RESET-PASSWORD-STEP1.png" width="400">
</p>
Once your identity has been verified, fill in the form to reset your password.
<p align="center">
<img src="../images/RESET-PASSWORD-STEP2.png" width="400">
</p>
Now you can authenticate with your new credentials.