Upload files to "authelia"
This commit is contained in:
30
authelia/users_database.yml
Normal file
30
authelia/users_database.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
###############################################################
|
||||
# Users Database #
|
||||
###############################################################
|
||||
|
||||
# This file can be used if you do not have an LDAP set up.
|
||||
|
||||
# List of users
|
||||
users:
|
||||
authelia:
|
||||
disabled: false
|
||||
displayname: "Authelia User"
|
||||
# Password is authelia
|
||||
password: "$6$rounds=50000$BpLnfgDsc2WD8F2q$Zis.ixdg9s/UOJYrs56b5QEZFiZECu0qZVNsIYxBaNJ7ucIL.nlxVCT5tqh8KHG8X4tlwCFm5r6NTOZZ5qRFN/" # yamllint disable-line rule:line-length
|
||||
email: john.study55@gmail.com
|
||||
groups:
|
||||
- admins
|
||||
- dev
|
||||
#
|
||||
john:
|
||||
disabled: false
|
||||
displayname: "John Anderson"
|
||||
# Password is authelia
|
||||
password: "$argon2id$v=19$m=65536,t=3,p=4$E7aaSVDQ+UbNILVgkvvBUQ$pXp82gVid2Yc7bNsf/+Pv+fwP7ctNht1aRmzHPQhgIU"
|
||||
email: john.study55@gmail.com
|
||||
groups:
|
||||
- admins
|
||||
- dev
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user