summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2019-04-23 12:42:01 +0200
committerJanne Heß <janne@hess.ooo>2019-04-23 12:43:45 +0200
commit665e444e881ec2ca4378b346d45dbc488ac89a2b (patch)
tree7831f2b56555863bf3b869c9162351508d4c4eb2 /config
parent69c47dcc42da663b75b05b3878bd1d4071697d76 (diff)
Support disabling the DECT field
It's a really chaos-event-specific feature and is confusing for many people on non-chaos events.
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 86320a4a..1830500e 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -99,6 +99,9 @@ return [
// The minimum length for passwords
'min_password_length' => 8,
+ // Whether the DECT field should be enabled
+ 'enable_dect' => true,
+
// Enables the T-Shirt configuration on signup and profile
'enable_tshirt_size' => true,