summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2019-03-06 19:28:07 +0100
committermsquare <msquare@notrademark.de>2019-03-09 13:53:08 +0100
commit69ac1b2d2115a41afe2bd4527abadda70063019a (patch)
tree361f1ab05961526a94bf13429c32a03b6a4c8389 /config
parentafa4506e11f96d05a727e591301f98fb50f8fad4 (diff)
Support disabling the arrival feature
Setting `autoarrive` to true will now cause all newly registered angels to be automatically confirmed as arrived.
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 8840a00c..d1692590 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -82,6 +82,9 @@ return [
// Only arrived angels can sign up for shifts
'signup_requires_arrival' => false,
+ // Whether newly-registered user should automatically be marked as arrived
+ 'autoarrive' => false,
+
// Number of hours that an angel has to sign out own shifts
'last_unsubscribe' => 3,