mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Add protonmail unsupported message
This commit is contained in:
parent
d450d6bae3
commit
bdd9ab6a29
@ -15,6 +15,9 @@
|
||||
{{ 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. ") +
|
||||
_("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 %}
|
||||
|
||||
{% if form.old_password %}
|
||||
|
@ -23,6 +23,9 @@
|
||||
{{ render_field(form.email,
|
||||
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.")) }}
|
||||
<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.")) }}
|
||||
|
||||
|
@ -23,6 +23,9 @@
|
||||
{{ _("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.") }}
|
||||
</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 %}
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user