- Convert mail messaging from SMTP to Scaleway TEM mails
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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) }}#}
|
||||
Reference in New Issue
Block a user