diff --git a/app/templates/users/set_password.html b/app/templates/users/set_password.html index 6fc12ba..510f9b3 100644 --- a/app/templates/users/set_password.html +++ b/app/templates/users/set_password.html @@ -15,6 +15,12 @@ {% if not current_user.email %} {{ render_field(form.email, tabindex=230) }} + +

+ 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. +

{% endif %} {{ render_field(form.password, tabindex=230) }}