update authelia
This commit is contained in:
parent
754cdb5510
commit
e20b679813
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
obj: application
|
obj: application
|
||||||
website: https://www.authelia.com
|
website: https://www.authelia.com
|
||||||
repo: https://github.com/authelia/authelia
|
repo: https://github.com/authelia/authelia
|
||||||
|
rev: 2024-06-08
|
||||||
---
|
---
|
||||||
|
|
||||||
# Authelia
|
# Authelia
|
||||||
|
@ -528,7 +529,7 @@ notifier:
|
||||||
```
|
```
|
||||||
|
|
||||||
### User Database
|
### 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:
|
Example:
|
||||||
```yml
|
```yml
|
||||||
|
|
Loading…
Reference in a new issue