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 18:22:02 +0300
committerGitHub <noreply@github.com>2017-02-14 18:22:02 +0300
commitc5dffc465cbaef7c58d0ef4d9c322c0a597e8aed (patch)
treec05963e8c0adb01d5bdb41f6a763908fa904a575 /config
parent257e28f46dd732ea2a9b379c4b1655bb19cd0c7e (diff)
parent200a28255e058843465c63080d917170de293ee6 (diff)
Merge pull request #3472 from nextcloud/enable-avatars-always
Always enable avatars
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 228233452eb..2a1387cecd0 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.
*/