{% extends 'base.html.twig' %} {% block title %}Reset Password{% endblock %} {% block body %}

Reset Your Password

{% for message in app.flashes('success') %} {% endfor %} {% for message in app.flashes('danger') %} {% endfor %}

Enter a strong new password and confirm it below.

At least 6 characters long.
{% endblock %}