Skip to content

Commit 935386e

Browse files
committed
Add note to user update page about avatars
1 parent 7c1f3ba commit 935386e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/templates/User/Update.phtml

+8
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,14 @@ require('./header.inc.phtml');
261261
echo '<p>' . $display_name_error . '</p>';
262262
} ?>
263263
</section>
264+
<section>
265+
<hr/>
266+
<label>Avatar:</label>
267+
<p style="color:rgba(128,128,128,1);">Currently custom avatars are
268+
unsupported. You may set your avatar by using
269+
<a href="https://en.gravatar.com/">Gravatar</a> and matching your
270+
email address.</p>
271+
</section>
264272
<section<?php
265273
if ($biography_error) {
266274
echo ' class="' .

0 commit comments

Comments
 (0)