Add email usage note

This commit is contained in:
rubenwardy 2018-06-04 18:36:26 +01:00
parent 4420f489ac
commit 0aeefa2387
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 6 additions and 0 deletions

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) }}