mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Disable registration by default
This commit is contained in:
parent
63611ae3d9
commit
72ed2ddfb3
1 changed files with 13 additions and 0 deletions
13
sources/patches/disable-registration.patch
Normal file
13
sources/patches/disable-registration.patch
Normal file
|
@ -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
|
Loading…
Reference in a new issue