aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-06-04 18:36:26 +0100
committerrubenwardy <rw@rubenwardy.com>2018-06-04 18:36:26 +0100
commit0aeefa2387846e482635c165916012d321da9ca6 (patch)
tree17a5c8f7ba81a859d0a83ae2265e03ae1604d962
parent4420f489acfe9046def5bf6e36f2d3a557100d5f (diff)
downloadcheatdb-0aeefa2387846e482635c165916012d321da9ca6.tar.xz
Add email usage note
-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) }}