diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-06-04 18:36:26 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-06-04 18:36:26 +0100 |
commit | 0aeefa2387846e482635c165916012d321da9ca6 (patch) | |
tree | 17a5c8f7ba81a859d0a83ae2265e03ae1604d962 | |
parent | 4420f489acfe9046def5bf6e36f2d3a557100d5f (diff) | |
download | cheatdb-0aeefa2387846e482635c165916012d321da9ca6.tar.xz |
Add email usage note
-rw-r--r-- | app/templates/users/set_password.html | 6 |
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) }} |