17 lines
525 B
YAML
17 lines
525 B
YAML
###############################################################
|
|
# Users Database #
|
|
###############################################################
|
|
|
|
# This file can be used if you do not have an LDAP set up.
|
|
|
|
# List of users
|
|
users:
|
|
akanealw:
|
|
disabled: false
|
|
displayname: 'akanealw'
|
|
password: '$argon2id$v=19$m=65536,t=3,p=4$OdUFS5B8+7p5cuaE7TJ1Ig$fiMUt1PjTo65xltKyDfcwiu1yOPlO3G2X04CZCQFWig'
|
|
email: 'akanealw@gmail.com'
|
|
groups:
|
|
- 'admins'
|
|
- 'dev'
|