{% extends 'base.html.twig' %} {% block title %}Reset your password{% endblock %} {% block body %} {% for flash_error in app.flashes('reset_password_error') %} {% endfor %}

Reset your password

{{ form_start(requestForm) }} {{ form_row(requestForm.
( ! ) Warning: Undefined variable $email_field in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/resetPassword/twig_request.tpl.php on line 12
Call Stack
#TimeMemoryFunctionLocation
10.0119358992{main}( ).../twig_request.tpl.php:0
) }}
Enter your email address and we will send you a link to reset your password.
{{ form_end(requestForm) }} {% endblock %}