diff --git a/src/Resources/views/Admin/Security/Resetting/reset.html.twig b/src/Resources/views/Admin/Security/Resetting/reset.html.twig index fff8e0d4f..212824412 100644 --- a/src/Resources/views/Admin/Security/Resetting/reset.html.twig +++ b/src/Resources/views/Admin/Security/Resetting/reset.html.twig @@ -48,12 +48,14 @@ file that was distributed with this source code. 'class': 'form-control', 'placeholder': 'form.new_password'|trans({}, 'FOSUserBundle') }}) }} + {{ form_errors(form.plainPassword.first) }}