refactor: update users_database examples (#4240)
parent
e3d82bcfa0
commit
6654fd6130
|
@ -25,31 +25,31 @@ The format of the [YAML] file is as follows:
|
||||||
```yaml
|
```yaml
|
||||||
users:
|
users:
|
||||||
john:
|
john:
|
||||||
|
disabled: false
|
||||||
displayname: "John Doe"
|
displayname: "John Doe"
|
||||||
password: "$argon2id$v=19$m=65536,t=3,p=2$BpLnfgDsc2WD8F2q$o/vzA4myCqZZ36bUGsDY//8mKUYNZZaR0t4MFFSs+iM"
|
password: "$argon2id$v=19$m=65536,t=3,p=2$BpLnfgDsc2WD8F2q$o/vzA4myCqZZ36bUGsDY//8mKUYNZZaR0t4MFFSs+iM"
|
||||||
email: john.doe@authelia.com
|
email: john.doe@authelia.com
|
||||||
groups:
|
groups:
|
||||||
- admins
|
- admins
|
||||||
- dev
|
- dev
|
||||||
disabled: false
|
|
||||||
harry:
|
harry:
|
||||||
|
disabled: false
|
||||||
displayname: "Harry Potter"
|
displayname: "Harry Potter"
|
||||||
password: "$argon2id$v=19$m=65536,t=3,p=2$BpLnfgDsc2WD8F2q$o/vzA4myCqZZ36bUGsDY//8mKUYNZZaR0t4MFFSs+iM"
|
password: "$argon2id$v=19$m=65536,t=3,p=2$BpLnfgDsc2WD8F2q$o/vzA4myCqZZ36bUGsDY//8mKUYNZZaR0t4MFFSs+iM"
|
||||||
email: harry.potter@authelia.com
|
email: harry.potter@authelia.com
|
||||||
groups: []
|
groups: []
|
||||||
disabled: false
|
|
||||||
bob:
|
bob:
|
||||||
|
disabled: false
|
||||||
displayname: "Bob Dylan"
|
displayname: "Bob Dylan"
|
||||||
password: "$argon2id$v=19$m=65536,t=3,p=2$BpLnfgDsc2WD8F2q$o/vzA4myCqZZ36bUGsDY//8mKUYNZZaR0t4MFFSs+iM"
|
password: "$argon2id$v=19$m=65536,t=3,p=2$BpLnfgDsc2WD8F2q$o/vzA4myCqZZ36bUGsDY//8mKUYNZZaR0t4MFFSs+iM"
|
||||||
email: bob.dylan@authelia.com
|
email: bob.dylan@authelia.com
|
||||||
groups:
|
groups:
|
||||||
- dev
|
- dev
|
||||||
disabled: false
|
|
||||||
james:
|
james:
|
||||||
|
disabled: false
|
||||||
displayname: "James Dean"
|
displayname: "James Dean"
|
||||||
password: "$argon2id$v=19$m=65536,t=3,p=2$BpLnfgDsc2WD8F2q$o/vzA4myCqZZ36bUGsDY//8mKUYNZZaR0t4MFFSs+iM"
|
password: "$argon2id$v=19$m=65536,t=3,p=2$BpLnfgDsc2WD8F2q$o/vzA4myCqZZ36bUGsDY//8mKUYNZZaR0t4MFFSs+iM"
|
||||||
email: james.dean@authelia.com
|
email: james.dean@authelia.com
|
||||||
disabled: false
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Passwords
|
## Passwords
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
# List of users
|
# List of users
|
||||||
users:
|
users:
|
||||||
authelia:
|
authelia:
|
||||||
|
disabled: false
|
||||||
displayname: "Authelia User"
|
displayname: "Authelia User"
|
||||||
# Password is authelia
|
# Password is authelia
|
||||||
password: "$6$rounds=50000$BpLnfgDsc2WD8F2q$Zis.ixdg9s/UOJYrs56b5QEZFiZECu0qZVNsIYxBaNJ7ucIL.nlxVCT5tqh8KHG8X4tlwCFm5r6NTOZZ5qRFN/" # yamllint disable-line rule:line-length
|
password: "$6$rounds=50000$BpLnfgDsc2WD8F2q$Zis.ixdg9s/UOJYrs56b5QEZFiZECu0qZVNsIYxBaNJ7ucIL.nlxVCT5tqh8KHG8X4tlwCFm5r6NTOZZ5qRFN/" # yamllint disable-line rule:line-length
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
# List of users
|
# List of users
|
||||||
users:
|
users:
|
||||||
<USERNAME>:
|
<USERNAME>:
|
||||||
|
disabled: false
|
||||||
displayname: "<DISPLAYNAME>"
|
displayname: "<DISPLAYNAME>"
|
||||||
password: "<PASSWORD>"
|
password: "<PASSWORD>"
|
||||||
email: <USERNAME>@example.com
|
email: <USERNAME>@example.com
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
users:
|
users:
|
||||||
authelia:
|
authelia:
|
||||||
|
disabled: false
|
||||||
displayname: "Test User"
|
displayname: "Test User"
|
||||||
password: "$argon2id$v=19$m=32768,t=1,p=8$eUhVT1dQa082YVk2VUhDMQ$E8QI4jHbUBt3EdsU1NFDu4Bq5jObKNx7nBKSn1EYQxk" # Password is 'authelia'
|
password: "$argon2id$v=19$m=32768,t=1,p=8$eUhVT1dQa082YVk2VUhDMQ$E8QI4jHbUBt3EdsU1NFDu4Bq5jObKNx7nBKSn1EYQxk" # Password is 'authelia'
|
||||||
email: authelia@authelia.com
|
email: authelia@authelia.com
|
||||||
|
|
Loading…
Reference in New Issue