{% set liveTwitch = '' %} {% extends 'base.html.twig' %} {% block meta_title %}{% trans %}Réinitialiser son mot de passe{% endtrans %}{% endblock %} {% block meta_description %}{% trans %}Réinitialiser son mot de passe{% endtrans %}{% endblock %} {% block title %}{% trans %}Réinitialiser son mot de passe{% endtrans %}{% endblock %} {% block chemin %}
{% trans %}Accueil{% endtrans %} > {% trans %}Réinitialiser son mot de passe{% endtrans %}
{% endblock %} {% block body %}

{% trans %}Réinitialiser son mot de passe{% endtrans %}

{{ form_start(resetForm) }} {{ form_row(resetForm.plainPassword) }} {{ form_end(resetForm) }}


{% endblock %}