mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-13 01:00:42 +08:00
7 lines
346 B
HTML
7 lines
346 B
HTML
{% include "security/messages.html" %}
|
|
<h1>Send reset password instructions</h1>
|
|
<form action="{{ url_for('flask_security.forgot_password') }}" method="POST" name="forgot_password_form">
|
|
{{ forgot_password_form.hidden_tag() }}
|
|
{{ forgot_password_form.email.label }} {{ forgot_password_form.email }}
|
|
{{ forgot_password_form.submit }}
|
|
</form> |