authelia testing
This commit is contained in:
8
users_database.yml
Normal file
8
users_database.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user