mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
modules/client/register: Disable public registration by default.
This commit is contained in:
parent
57e70512d0
commit
200e4c55cf
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ ircd::conf::item<bool>
|
|||
register_enable
|
||||
{
|
||||
{ "name", "ircd.client.register.enable" },
|
||||
{ "default", true }
|
||||
{ "default", false }
|
||||
};
|
||||
|
||||
/// see: ircd/m/register.h for the m::user::registar tuple.
|
||||
|
|
Loading…
Reference in a new issue