Clarify type of admins map

[skip ci]
This commit is contained in:
Tulir Asokan 2025-05-04 00:43:35 +03:00
parent fe4d2f02bb
commit f0ade0a043

View file

@ -78,8 +78,9 @@ homeservers:
# When this is empty, `mbc auth --register` won't work, but `mbc auth` (login) will. # When this is empty, `mbc auth --register` won't work, but `mbc auth` (login) will.
secret: null secret: null
# List of administrator users. Plaintext passwords will be bcrypted on startup. Set empty password # List of administrator users. Each key is a username and the value is the password.
# to prevent normal login. Root is a special user that can't have a password and will always exist. # Plaintext passwords will be bcrypted on startup. Set empty password to prevent normal login.
# Root is a special user that can't have a password and will always exist.
admins: admins:
root: "" root: ""