2021-04-10 20:51:00 +00:00
|
|
|
---
|
2020-06-19 10:50:21 +00:00
|
|
|
###############################################################
|
|
|
|
# Users Database #
|
|
|
|
###############################################################
|
|
|
|
|
|
|
|
# This file can be used if you do not have an LDAP set up.
|
|
|
|
|
|
|
|
# List of users
|
2019-04-24 21:52:08 +00:00
|
|
|
users:
|
2020-06-19 10:50:21 +00:00
|
|
|
john:
|
2023-05-07 06:41:41 +00:00
|
|
|
displayname: 'John Doe'
|
|
|
|
password: '$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/' # yamllint disable-line rule:line-length
|
|
|
|
email: 'john.doe@authelia.com'
|
2019-04-24 21:52:08 +00:00
|
|
|
groups:
|
2023-05-07 06:41:41 +00:00
|
|
|
- 'admins'
|
|
|
|
- 'dev'
|
2020-06-19 10:50:21 +00:00
|
|
|
|
2019-04-24 21:52:08 +00:00
|
|
|
harry:
|
2023-05-07 06:41:41 +00:00
|
|
|
displayname: 'Harry Potter'
|
|
|
|
password: '$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/' # yamllint disable-line rule:line-length
|
|
|
|
email: 'harry.potter@authelia.com'
|
2019-04-24 21:52:08 +00:00
|
|
|
groups: []
|
2020-06-19 10:50:21 +00:00
|
|
|
|
|
|
|
bob:
|
2023-05-07 06:41:41 +00:00
|
|
|
displayname: 'Bob Dylan'
|
|
|
|
password: '$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/' # yamllint disable-line rule:line-length
|
|
|
|
email: 'bob.dylan@authelia.com'
|
2019-11-24 20:27:59 +00:00
|
|
|
groups:
|
2023-05-07 06:41:41 +00:00
|
|
|
- 'dev'
|
2020-06-19 10:50:21 +00:00
|
|
|
|
|
|
|
james:
|
2023-05-07 06:41:41 +00:00
|
|
|
displayname: 'James Dean'
|
|
|
|
password: '$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/' # yamllint disable-line rule:line-length
|
|
|
|
email: 'james.dean@authelia.com'
|
2021-04-10 20:51:00 +00:00
|
|
|
...
|