{# This file is part of the Sonata package. (c) Thomas Rabaix For the full copyright and license information, please view the LICENSE file that was distributed with this source code. #} {% sonata_template_box 'This is the user authentication edition template. Feel free to override it.' %}

{{ 'title_user_edit_authentication'|trans({}, 'SonataUserBundle') }}

{{ form_widget(form) }}

{{ 'sonata_change_password_link'|trans({}, 'SonataUserBundle') }}

{% render url("sonata_user_change_password") %}