{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'system' } ) }}
{% if msgStatus == 1 %} {# Incorrect password #}
Woah! Your password is not correct. Please type it again.
{% elseif msgStatus == 2 %} {# Unmatching passwords #}
Woah! The new passwords don't match! Please try again.
{% elseif msgStatus == 3 %} {# Password is less than 8 characters long #}
Woah! New password must be at least 8 characters long.
{% elseif msgStatus == 4 %} {# Success message, everything OKAY #}
Success! Your password was changed!
{% endif %}

Password Settings

{{ user.fullName }}

Full Name

{% if not is_granted('ROLE_SUPER_ADMIN') %}
{% if mode == 'edit' %} {% endif %}

Type current password

{% endif %}
{% if mode == 'edit' %} {% endif %}

Must be 8 characters long

{% if mode == 'edit' %} {% endif %}

Retype new password

{% if mode == 'edit' %}
{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}