From 97ad95ef4b75a3eb5f8bbe5bc55bfede8a460a77 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:33:56 -0400 Subject: [PATCH] chore: disable signup --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 37af0ade..d5a25c35 100644 --- a/config.yml +++ b/config.yml @@ -27,7 +27,7 @@ db: security: insecure_cookies: false # should be set to 'false', except when not running with HTTPS (e.g. on localhost) cookie_max_age: 172800 - allow_signup: true + allow_signup: false signup_captcha: false invite_codes: true # whether to enable invite codes for overriding disabled signups disable_frontpage: false