Skip to content

Commit

Permalink
Add protonmail unsupported message
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Aug 16, 2024
1 parent d450d6b commit bdd9ab6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/templates/users/change_set_password.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ <h1>{{ _("Set Password") }}</h1>
{{ 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 %}
Expand Down
3 changes: 3 additions & 0 deletions app/templates/users/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ <h2 class="card-header">{{ self.title() }}</h2>
{{ 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.")) }}

Expand Down
3 changes: 3 additions & 0 deletions app/templates/users/settings_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ <h3>{{ _("Email Address") }}</h3>
{{ _("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>
Expand Down

0 comments on commit bdd9ab6

Please sign in to comment.