diff --git a/app/templates/users/change_set_password.html b/app/templates/users/change_set_password.html index 26c647a0..1766e325 100644 --- a/app/templates/users/change_set_password.html +++ b/app/templates/users/change_set_password.html @@ -15,6 +15,9 @@
+ {{ _("Note: protonmail is unsupported by ContentDB. More info.") }} +
{% endif %} {% if form.old_password %} diff --git a/app/templates/users/register.html b/app/templates/users/register.html index b7b1553e..a87d8d35 100644 --- a/app/templates/users/register.html +++ b/app/templates/users/register.html @@ -23,6 +23,9 @@+ {{ _("Note: protonmail is unsupported by ContentDB. More info.") }} +
{{ render_field(form.password, hint=_("Must be at least 12 characters long.")) }} diff --git a/app/templates/users/settings_email.html b/app/templates/users/settings_email.html index 69c708bc..9f3ac59a 100644 --- a/app/templates/users/settings_email.html +++ b/app/templates/users/settings_email.html @@ -23,6 +23,9 @@+ {{ _("Note: protonmail is unsupported by ContentDB. More info.") }} +
{% if user.email_verifications.filter_by(is_password_reset=False).count() > 0 %}