From 69ac1b2d2115a41afe2bd4527abadda70063019a Mon Sep 17 00:00:00 2001 From: Janne Heß Date: Wed, 6 Mar 2019 19:28:07 +0100 Subject: Support disabling the arrival feature Setting `autoarrive` to true will now cause all newly registered angels to be automatically confirmed as arrived. --- config/config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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, -- cgit v1.2.3-54-g00ecf