summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-17 17:47:10 +0200
committerkondou <kondou@ts.unde.re>2013-08-25 21:06:01 +0200
commitcd2f7bdaef08ba922a6bbedfd9ec7384d3b68978 (patch)
treeb38eb89f1e7aeb918ab82e8b552f557412f86cc8 /settings
parent9c12da6a94578002aef016d7196a78acf2623eb7 (diff)
downloadnextcloud-server-cd2f7bdaef08ba922a6bbedfd9ec7384d3b68978.tar.gz
nextcloud-server-cd2f7bdaef08ba922a6bbedfd9ec7384d3b68978.zip
Deny access for non-users and add a (not-working) override button
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index e047ff9dcc9..8d0667f9564 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -96,6 +96,7 @@ if($_['passwordChangeSupported']) {
<div class="inlineblock button" id="removeavatar"><?php p($l->t('Remove my image')); ?></div>
<?php elseif ($_['avatar'] === "gravatar"): ?>
<em><?php p($l->t('Your profile image is provided by gravatar, which is based on your Email.')); ?></em>
+ <div class?"inlineblock button" id="overridegravatar"><?php p($l->t('Use my local avatar instead')); ?></div>
<?php else: ?>
<em><?php p($l->t('Your profile image is provided by a custom service, ask your administrator, on how to change your image.')); ?></em>
<?php endif; ?>