Please enter your current password and a new password. For your security, please enter the new password twice.

{% set title = 'Change Password' %} {% set background = config('darkborder') %} {% set content %}
Current Password:
New Password:
New Password Again:
{% endset %} {% include 'tables.headline.html.twig' %}
{{ csrf() }} {{ include('buttons.submit.html.twig') }}
{{ csrf() }} {{ include('buttons.back.html.twig') }}