19 lines
573 B
YAML
19 lines
573 B
YAML
---
|
|
###############################################################
|
|
# Users Database #
|
|
###############################################################
|
|
|
|
# This file can be used if you do not have an LDAP set up.
|
|
|
|
# List of users
|
|
users:
|
|
jafner:
|
|
displayname: "Joey"
|
|
# Password is Authelia
|
|
password: "$argon2id$v=19$m=1048576,t=1,p=8$SnZSUm83RENqaXN3cUxjbg$bHuc5vLvXZEVKXJ8zFNOGdHZeI0WGzUnFFS0acFigUU" # yamllint disable-line rule:line-length
|
|
email: jafner425@gmail.com
|
|
groups:
|
|
- admins
|
|
- dev
|
|
...
|