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$6AmaGZ36i4TJLeDyEXCVMg$UX7fUbNh5mc1e0hPu+0L1RzlCZJuUQCUp5xViiB7MAc'
|
|
email: 'akanealw@gmail.com'
|
|
groups:
|
|
- 'admins'
|
|
- 'dev'
|