{#{% extends 'base.html.twig' %}#} {#{% block title %}Reset your password{% endblock %}#} {#{% block body %}#} {#

Reset your password

#} {# {{ form_start(resetForm) }}#} {# {{ form_row(resetForm.plainPassword) }}#} {# #} {# {{ form_end(resetForm) }}#} {#{% endblock %}#} {% extends 'base.html.twig' %} {% block title %}Reset Password - Archive Bac Sénégal{% endblock %} {% block body %}
Logo

Reset Your Password

{{ form_start(resetForm, {'attr': {'class': 'space-y-6'}}) }}
{{ form_label(resetForm.plainPassword.first, null, {'label_attr': {'class': 'block text-sm font-medium text-gray-700'}}) }}
{{ form_widget(resetForm.plainPassword.first, {'attr': { 'class': 'block w-full pr-10 rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm', 'autocomplete': 'new-password' }}) }} 👁️
{{ form_errors(resetForm.plainPassword.first) }}
{{ form_label(resetForm.plainPassword.second, null, {'label_attr': {'class': 'block text-sm font-medium text-gray-700'}}) }}
{{ form_widget(resetForm.plainPassword.second, {'attr': { 'class': 'block w-full pr-10 rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm', 'autocomplete': 'new-password' }}) }} 👁️
{{ form_errors(resetForm.plainPassword.second) }}

Your password must contain at least 12 characters and not be compromised.

{{ form_end(resetForm) }}
{% endblock %} {% block footer %}{% endblock %} {% block header %}{% endblock %}