From efb1fc9b3fe2a47ff7ea2d6a47836fcb5999679a Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 1 Oct 2024 13:54:24 +0200 Subject: [PATCH] mod_register: Document behavior when access is set to none (#4078) --- src/mod_register.erl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mod_register.erl b/src/mod_register.erl index 6baea8cbb..c75fbc150 100644 --- a/src/mod_register.erl +++ b/src/mod_register.erl @@ -654,7 +654,10 @@ mod_doc() -> ?T("Specify rules to restrict what usernames can be registered. " "If a rule returns 'deny' on the requested username, " "registration of that user name is denied. There are no " - "restrictions by default.")}}, + "restrictions by default. " + "If 'AccessName' is 'none', then registering new accounts using " + "In-Band Registration is disabled and the corresponding " + "stream feature is not announced to clients.")}}, {access_from, #{value => ?T("AccessName"), desc =>