summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-08-24 10:56:59 +0200
committermsquare <msquare@notrademark.de>2019-08-24 10:56:59 +0200
commit3ce3129b6e2ffdae41e61baf4ade3174aa32e559 (patch)
treef11b030ecdbddeb4b436199a91c58c8a820cbb99 /config
parent1604d2bce0873777709f65d27bd7d32aaa99c659 (diff)
feature: disable lastname+prename in config
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 ba343cf4..161b6626 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -110,6 +110,9 @@ return [
// Whether the DECT field should be enabled
'enable_dect' => true,
+ // Enables prename and lastname
+ 'enable_user_name' => false,
+
// Enables the planned arrival/leave date
'enable_planned_arrival' => true,