31 lines
775 B
Markdown
31 lines
775 B
Markdown
|
---
|
||
|
layout: default
|
||
|
title: Password Reset
|
||
|
parent: Features
|
||
|
nav_order: 4
|
||
|
---
|
||
|
|
||
|
# Password Reset
|
||
|
|
||
|
**Authelia** provides workflow to let users reset their password when they lose it.
|
||
|
|
||
|
A simple click on `Forgot 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 is 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.
|