8 lines
441 B
YAML
8 lines
441 B
YAML
users:
|
|
akanealw: #username for user 1. change to whatever you'd like
|
|
displayname: "akanealw" #whatever you want the display name to be
|
|
password: "$argon2i$v=19$m=1024,t=1,p=8$eTQ3MXdqOGFiaDZoMUtMVw$OeHWQSg9zGKslOepe5t4D1T9BZJjHA1Z+doxZrZYDgI" #generated at https://argon2.online/
|
|
email: akanealw@gmail.com #whatever your email address is
|
|
groups: #enter the groups you want the user to be part of below
|
|
- admins
|
|
|