17 lines
556 B
YAML
17 lines
556 B
YAML
---
|
|
###############################################################
|
|
# Users Database #
|
|
###############################################################
|
|
|
|
# This file can be used if you do not have an LDAP set up.
|
|
|
|
# List of users
|
|
users:
|
|
akanealw:
|
|
disable: false
|
|
displayname: 'akanealw'
|
|
password: '$argon2id$v=19$m=65536,t=3,p=4$0gReDgTFzxXtRkq7UDbjwA$72i78wYwxgO6NgfRVptHGKicaLxpPlipX96k3X/SgE4' # yamllint disable-line rule:line-length
|
|
email: 'akanealw@gmail.com'
|
|
groups:
|
|
- 'admins'
|