aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/templates/users/set_password.html6
1 files changed, 6 insertions, 0 deletions
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) }}
+
+ <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) }}