Add email usage note

This commit is contained in:
rubenwardy
2018-06-04 18:36:26 +01:00
parent 4420f489ac
commit 0aeefa2387

View File

@ -15,6 +15,12 @@
{% if not current_user.email %}
{{ 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 %}
{{ render_field(form.password, tabindex=230) }}