{% extends 'base.html.twig' %} {% block title %} OceanExpert | Forgot Password {% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include('navbarlogin.html.twig') %}
Request your Password
{% else %}Reset your Password
{% endif %} {{ form_errors(form.plainPassword) }} {{ form_errors(form.plainPassword.first,{ 'attr': {'class': 'text-red'} }) }} {{ form_errors(form.plainPassword.second,{ 'attr': {'class': 'text-red'} }) }} {{ form_start(form, { 'action': path('fos_user_resetting_reset', {'token': token}), 'attr': { 'class': 'fos_user_resetting_reset' } }) }}