mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-24 23:11:33 +01:00
Add email usage note
This commit is contained in:
parent
4420f489ac
commit
0aeefa2387
@ -15,6 +15,12 @@
|
|||||||
|
|
||||||
{% if not current_user.email %}
|
{% if not current_user.email %}
|
||||||
{{ render_field(form.email, tabindex=230) }}
|
{{ render_field(form.email, tabindex=230) }}
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Your email is needed to recover your account if you forget your
|
||||||
|
password, and to optionally send notifications.
|
||||||
|
Your email will never be shared to a third-party.
|
||||||
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ render_field(form.password, tabindex=230) }}
|
{{ render_field(form.password, tabindex=230) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user