{% extends "layouts/default.html.twig" %} {% block title %}{{ 'User - Reset password'|trans }}{% endblock %} {% block body %}
{{ include('partials/_page_header.html.twig', {header: 'User profile'|trans, description:''}) }}
{{ include('partials/_user_menu.html.twig') }}

Reset your password

Your current password (required)
{{ validation_errors.oldpassword|first }}

{{ validation_errors.newpassword|first }}
Password must be at least 8 characters
{{ validation_errors.confnewpassword|first }}

{{ csrf|raw }}
{% endblock %}