diff --git a/technology/applications/web/Authelia.md b/technology/applications/web/Authelia.md index 480d9c7..7ebc193 100644 --- a/technology/applications/web/Authelia.md +++ b/technology/applications/web/Authelia.md @@ -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