mirror of https://github.com/zulip/zulip.git
Provide a better link for changing Gravatar
For users logged in to Gravatar, this goes directly to the page where you change your avatar. For those not logged in, it's a more directed path to logging in or signing up, compared to the gravatar.com front page. However it's less clear why you are signing up for a new thing, so maybe that's bad. Also this link uses HTTPS; it seems we can't get that without the 'en.' prefix. (imported from commit e03f97ef5ed2ff6593a9b349176da5fd056c4514)
This commit is contained in:
parent
6a57432133
commit
5bcb522952
|
@ -26,7 +26,7 @@
|
|||
<div id="Photo">
|
||||
<label>Photo</label>
|
||||
<img class="img-rounded" src="https://secure.gravatar.com/avatar/{{ email_hash }}?d=identicon&s=80"/>
|
||||
<a href="http://gravatar.com" target="_blank">(change at Gravatar.com)</a>
|
||||
<a href="https://en.gravatar.com/emails" target="_blank">(change at Gravatar.com)</a>
|
||||
<br />
|
||||
</div>
|
||||
<br /><br />
|
||||
|
|
Loading…
Reference in New Issue