0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +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 register_enable
{ {
{ "name", "ircd.client.register.enable" }, { "name", "ircd.client.register.enable" },
{ "default", true } { "default", false }
}; };
/// see: ircd/m/register.h for the m::user::registar tuple. /// see: ircd/m/register.h for the m::user::registar tuple.