summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-09-20 12:18:08 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2017-09-20 12:18:08 +0200
commit945fcb079a219fa29e8f6ee1afc3f1c0c5c822cb (patch)
tree7f03157616509fe583b1b0aea6e2d06c53bd9c89 /config
parentc6ef1120f82839cbb9d5abee12ab3e4803d5e2cd (diff)
Added registration_enabled configuration
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,