You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
928 B
27 lines
928 B
3 years ago
|
###############################################################
|
||
|
# Users Database #
|
||
|
###############################################################
|
||
|
|
||
|
# This file can be used if you do not have an LDAP set up.
|
||
|
|
||
|
# List of users
|
||
|
users:
|
||
|
jared:
|
||
|
displayname: "Jared Smith"
|
||
|
password: "$argon2id$v=19$m=65536,t=1,p=8$aUxYVkxUUVhSbVdLQmh1aQ$+9n4HtCZm9vRN6fKOCt5MUbj85TL3ybu6/gHrJjxTno"
|
||
|
email: jts@jaredtsmith.com
|
||
|
groups:
|
||
|
- admins
|
||
|
- users
|
||
|
mel:
|
||
|
displayname: "Mel Smith"
|
||
|
password: "$argon2id$v=19$m=65536,t=1,p=8$aUxYVkxUUVhSbVdLQmh1aQ$+9n4HtCZm9vRN6fKOCt5MUbj85TL3ybu6/gHrJjxTno"
|
||
|
email: jollymel2@gmail.com
|
||
|
groups:
|
||
|
- users
|
||
|
jess:
|
||
|
displayname: "Jess Davies"
|
||
|
password: "$argon2id$v=19$m=65536,t=1,p=8$aUxYVkxUUVhSbVdLQmh1aQ$+9n4HtCZm9vRN6fKOCt5MUbj85TL3ybu6/gHrJjxTno"
|
||
|
email: jessicadavies3000@gmail.com
|
||
|
groups:
|
||
|
- users
|