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 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,