From 72ed2ddfb32e8241898a429c8659d0e0a79cea57 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Tue, 11 Jan 2022 18:40:01 +0100 Subject: [PATCH] Disable registration by default --- sources/patches/disable-registration.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sources/patches/disable-registration.patch diff --git a/sources/patches/disable-registration.patch b/sources/patches/disable-registration.patch new file mode 100644 index 0000000..303ebe6 --- /dev/null +++ b/sources/patches/disable-registration.patch @@ -0,0 +1,13 @@ +diff --git a/config/settings.yml b/config/settings.yml +index 094209822..2e2a5147d 100644 +--- a/config/settings.yml ++++ b/config/settings.yml +@@ -9,7 +9,7 @@ defaults: &defaults + site_terms: '' + site_contact_username: '' + site_contact_email: '' +- registrations_mode: 'open' ++ registrations_mode: 'none' + profile_directory: true + closed_registrations_message: '' + open_deletion: true