- Convert mail messaging from SMTP to Scaleway TEM mails

This commit is contained in:
Josako
2025-05-10 10:49:15 +02:00
parent a421977918
commit 12a53ebc1c
14 changed files with 90 additions and 71 deletions

View File

@@ -7,7 +7,7 @@
{% block content %}
{% include "security/_messages.html" %}
<form action="{{ url_for_security('forgot_password') }}" method="post" name="forgot_password_form">
<form action="{{ url_for('security_bp.forgot_password') }}" method="post" novalidate>
{{ forgot_password_form.hidden_tag() }}
<p>

View File

@@ -26,8 +26,7 @@
{# </div>#}
{% endblock %}
{% block content_footer %}
First time here? Forgot your password?
<a href="/reset" class="text-success text-gradient font-weight-bold">Request new password</a>
Forgot your password? Contact your administrator to send you a password reset link.
{% endblock %}
{#{{ url_for_security('reset_password', token=reset_password_token) }}#}