Skip to content

Commit

Permalink
mod_register: Document behavior when access is set to none (#4078)
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Oct 1, 2024
1 parent aa5faf1 commit efb1fc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/mod_register.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit efb1fc9

Please sign in to comment.