12 lines
397 B
YAML
12 lines
397 B
YAML
# Generate the password hash on the VPS; never place a plaintext password here.
|
|
# Then copy this file to users_database.yml, replace the placeholders, and set
|
|
# mode 0640. The real users_database.yml is excluded from Git.
|
|
users:
|
|
newsroom:
|
|
disabled: false
|
|
displayname: Newsroom tester
|
|
password: REPLACE_WITH_ARGON2ID_HASH
|
|
email: newsroom@invalid.local
|
|
groups:
|
|
- testers
|