{% extends "base.html" %} {% block title %}Set New Password{% endblock %} {% block content %}

Set New Password

This is a reset request from your email address.

For security, we'll verify the email before allowing the password reset.
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
The email address associated with this account
At least 8 characters
{% endblock %}