diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-02-10 14:43:31 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-02-10 14:43:31 +0100 |
commit | d8fee28b3becfff155c73395c96d76a0315788a8 (patch) | |
tree | 240e3ad12c53570dbf10f2d4d8d1dae7c902c99e /config/config.sample.php | |
parent | 1c56539c01c162676a05d90e3598b7d68394ac73 (diff) | |
download | nextcloud-server-d8fee28b3becfff155c73395c96d76a0315788a8.tar.gz nextcloud-server-d8fee28b3becfff155c73395c96d76a0315788a8.zip |
add switch to enable/disable the possibility to change the display name by the user
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 3 |
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" => "", |