Add protonmail unsupported message

This commit is contained in:
rubenwardy 2024-08-16 22:12:25 +01:00
parent d450d6bae3
commit bdd9ab6a29
3 changed files with 9 additions and 0 deletions

@ -15,6 +15,9 @@
{{ render_field(form.email, tabindex=220, {{ render_field(form.email, tabindex=220,
hint=_("Your email is needed to recover your account if you forget your password and to send (configurable) notifications. ") + hint=_("Your email is needed to recover your account if you forget your password and to send (configurable) notifications. ") +
_("Your email will never be shared with a third-party.")) }} _("Your email will never be shared with a third-party.")) }}
<p>
{{ _("Note: protonmail is unsupported by ContentDB. <a href='https://forum.minetest.net/viewtopic.php?t=30709'>More info</a>.") }}
</p>
{% endif %} {% endif %}
{% if form.old_password %} {% if form.old_password %}

@ -23,6 +23,9 @@
{{ render_field(form.email, {{ render_field(form.email,
hint=_("Your email is needed to recover your account if you forget your password and to send (configurable) notifications. ") + hint=_("Your email is needed to recover your account if you forget your password and to send (configurable) notifications. ") +
_("Your email will never be shared with a third-party.")) }} _("Your email will never be shared with a third-party.")) }}
<p>
{{ _("Note: protonmail is unsupported by ContentDB. <a href='https://forum.minetest.net/viewtopic.php?t=30709'>More info</a>.") }}
</p>
{{ render_field(form.password, hint=_("Must be at least 12 characters long.")) }} {{ render_field(form.password, hint=_("Must be at least 12 characters long.")) }}

@ -23,6 +23,9 @@
{{ _("Your email is needed to recover your account if you forget your password, and to send (configurable) notifications.") }} {{ _("Your email is needed to recover your account if you forget your password, and to send (configurable) notifications.") }}
{{ _("Your email will never be shared with a third-party.") }} {{ _("Your email will never be shared with a third-party.") }}
</p> </p>
<p>
{{ _("Note: protonmail is unsupported by ContentDB. <a href='https://forum.minetest.net/viewtopic.php?t=30709'>More info</a>.") }}
</p>
{% if user.email_verifications.filter_by(is_password_reset=False).count() > 0 %} {% if user.email_verifications.filter_by(is_password_reset=False).count() > 0 %}
<p> <p>