0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 21:38:18 +02:00

modules/client/register: Disable public registration by default.

This commit is contained in:
Jason Volk 2020-06-23 00:55:32 -07:00
parent 57e70512d0
commit 200e4c55cf

View file

@ -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.