mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-24 06:51:29 +01:00
Add note about verification email
This commit is contained in:
parent
5b056e8aab
commit
98d37dfe21
@ -81,6 +81,7 @@
|
|||||||
|
|
||||||
{% if user.checkPerm(current_user, "CHANGE_EMAIL") %}
|
{% if user.checkPerm(current_user, "CHANGE_EMAIL") %}
|
||||||
{{ render_field(form.email, tabindex=240) }}
|
{{ render_field(form.email, tabindex=240) }}
|
||||||
|
<i>We'll send you an email to verify it if changed.</i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if user.checkPerm(current_user, "CHANGE_RANK") %}
|
{% if user.checkPerm(current_user, "CHANGE_RANK") %}
|
||||||
|
Loading…
Reference in New Issue
Block a user