update authelia

This commit is contained in:
JMARyA 2024-06-08 22:06:59 +02:00
parent 754cdb5510
commit e20b679813
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -2,6 +2,7 @@
obj: application
website: https://www.authelia.com
repo: https://github.com/authelia/authelia
rev: 2024-06-08
---
# Authelia
@ -528,7 +529,7 @@ notifier:
```
### User Database
If you have choosen the file based authentification backend, you need to create a `users_database.yml` file. Every object under `users` represents another user. You need to specify a password hash, you can get the password hash with `docker run authelia/authelia:latest authelia hash-password SOMEPASSWORD`.
If you have choosen the file based authentification backend, you need to create a `users_database.yml` file. Every object under `users` represents another user. You need to specify a password hash, you can get the password hash with `docker run authelia/authelia:latest authelia crypto hash generate argon2 --password SOMEPASSWORD`.
Example:
```yml