Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-02-10 17:43:31 +0400
committerBjörn Schießle <schiessle@owncloud.com>2013-02-10 17:43:31 +0400
commitd8fee28b3becfff155c73395c96d76a0315788a8 (patch)
tree240e3ad12c53570dbf10f2d4d8d1dae7c902c99e /config
parent1c56539c01c162676a05d90e3598b7d68394ac73 (diff)
add switch to enable/disable the possibility to change the display name by the user
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index cfef3d5117d..2f394c41a3b 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -114,6 +114,9 @@ $CONFIG = array(
/* How long should ownCloud keep deleted files in the trash bin, default value: 180 days */
'trashbin_retention_obligation' => 180,
+/* allow user to change his display name, if it is supported by the back-end */
+'allow_user_to_change_display_name' => true,
+
/* Check 3rdparty apps for malicious code fragments */
"appcodechecker" => "",