mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
14 lines
392 B
YAML
14 lines
392 B
YAML
# Authelia user database.
|
|
#
|
|
# To generate a password hash, run:
|
|
# docker run --rm authelia/authelia:latest authelia crypto hash generate argon2 --password YOUR_PASSWORD
|
|
#
|
|
# Then paste the output as the `password` value below.
|
|
|
|
users:
|
|
admin:
|
|
disabled: false
|
|
displayname: Admin
|
|
email: admin@example.com
|
|
password: "$argon2id$v=19$m=65536,t=3,p=4$REPLACE_THIS_WITH_YOUR_HASH"
|