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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-12-04 15:01:57 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-12-12 11:10:45 +0300
commit10c7e04d0510f34c337452d3dfac03e2e016b041 (patch)
treefcb5caebc3f2936bf159c58ec7514f3630a730b4 /templates
parent1d77fc9761a0001b932397091ead7392fec769ed (diff)
Add opt-out setting for Gravatar integration
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index 0e78e1236..0ca81710a 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -31,6 +31,7 @@ script('mail', 'build/build');
<input type="hidden" id="config-installed-version" value="<?php p($_['app-version']); ?>">
<input type="hidden" id="serialized-accounts" value="<?php p($_['accounts']); ?>">
+<input type="hidden" id="external-avatars" value="<?php p($_['external-avatars']); ?>">
<div id="user-displayname"
style="display: none"><?php p($_['prefill_displayName']); ?></div>