diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-02-14 09:22:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-14 09:22:02 -0600 |
commit | c5dffc465cbaef7c58d0ef4d9c322c0a597e8aed (patch) | |
tree | c05963e8c0adb01d5bdb41f6a763908fa904a575 /config | |
parent | 257e28f46dd732ea2a9b379c4b1655bb19cd0c7e (diff) | |
parent | 200a28255e058843465c63080d917170de293ee6 (diff) | |
download | nextcloud-server-c5dffc465cbaef7c58d0ef4d9c322c0a597e8aed.tar.gz nextcloud-server-c5dffc465cbaef7c58d0ef4d9c322c0a597e8aed.zip |
Merge pull request #3472 from nextcloud/enable-avatars-always
Always enable avatars
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 9 |
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. */ |