{% extends 'back.html.twig' %} {% block title %} My Profile{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

{{ app.user.fullName }}

{% include '@User/users/partials/user-profile-menu.twig' %}
{{ app.user.fullName }}
Change Password

Password need to be :-

  • 8 characters long
  • Contain a capital letter
  • Contain a number
  • Contain a special character (! # $ % ^ & * ( ) _ + / \ { } [ ] ~ ` @)
{% endblock %}