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:
authorMorris Jobke <hey@morrisjobke.de>2017-02-14 02:49:05 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-02-14 02:53:33 +0300
commit200a28255e058843465c63080d917170de293ee6 (patch)
tree86c8f04fc95b22e8f2e973e16f026ae1d2552ec3 /config
parent88047aaea732d77bf38730566842fc163c6ba3a1 (diff)
Always enable avatars
* we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 3d1829e17e6..7bf764010fc 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -181,15 +181,6 @@ $CONFIG = array(
'knowledgebaseenabled' => true,
/**
- * ``true`` enables avatars, or user profile photos. These appear on the User
- * page, on user's Personal pages and are used by some apps (contacts, mail,
- * etc). ``false`` disables them.
- *
- * Defaults to ``true``
- */
-'enable_avatars' => true,
-
-/**
* ``true`` allows users to change their display names (on their Personal
* pages), and ``false`` prevents them from changing their display names.
*/