{% extends 'security/login.html.twig' %} {% block title %}Reset your password{% endblock %} {% block content %} {{ form_start(requestForm, { 'attr' : { 'class': 'sign-in-form' } }) }} {% for flash_error in app.flashes('reset_password_error') %} {% endfor %}

StudioCMS
{{ form_row(requestForm.email) }}
{# If you want to control the URL the user is redirected to on success #} {{ form_end(requestForm) }} {% endblock %}