From f0ade0a04333fe8b347a4781474d0cb397c5c39f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 4 May 2025 00:43:35 +0300 Subject: [PATCH] Clarify type of admins map [skip ci] --- maubot/example-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/maubot/example-config.yaml b/maubot/example-config.yaml index f21ac1e..0a6c8ac 100644 --- a/maubot/example-config.yaml +++ b/maubot/example-config.yaml @@ -78,8 +78,9 @@ homeservers: # When this is empty, `mbc auth --register` won't work, but `mbc auth` (login) will. secret: null -# List of administrator users. 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. +# List of administrator users. Each key is a username and the value is the password. +# 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: root: ""