summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 419b02d1..c2d742ef 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -44,6 +44,9 @@ return [
// Number of News shown on one site
'display_news' => 6,
+ // Users are able to sign up
+ 'registration_enabled' => true,
+
// Only arrived angels can sign up for shifts
'signup_requires_arrival' => false,