18 lines
584 B
YAML
18 lines
584 B
YAML
---
|
|
###############################################################
|
|
# Users Database #
|
|
###############################################################
|
|
|
|
# This file can be used if you do not have an LDAP set up.
|
|
|
|
# List of users
|
|
users:
|
|
authelia:
|
|
disabled: false
|
|
displayname: 'akanealw'
|
|
# Password is authelia
|
|
password: '$argon2id$v=19$m=65536,t=3,p=4$WiYSeIt2RfNAHFFAa4vx6w$1kaPUVpunUtlUeB5hRK+XJxxCLlbRLAYthMj3mmAnJo' # yamllint disable-line rule:line-length
|
|
email: 'akanealw@gmail.com'
|
|
groups:
|
|
- 'admins'
|