{% extends 'base.html.twig' %} {% block title %}Se connecter!{% endblock %} {% block body %}
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
{{ app.user.username }}, Déconnecter
{% endif %}

Authentifier

{# Uncomment this section and add a remember_me option below your firewall to activate remember me functionality. See https://symfony.com/doc/current/security/remember_me.html
#}

Mot de passe oublier

{% endblock %}