{% trans_default_domain 'FOSUserBundle' %} {% block page_header %}
{% endblock page_header %} {% block content %}

Forgot your Password?

Oops ... All these passwords are a pain to remember.

But no worries mate! Just enter your email address and we'll send you an email with a link to reset your password.

Once you receive the email, open it and click on the link. You will be re-located to our platform and prompted to enter a new password.

As simple as that!

Request Password Change Link

{% if invalid_username is defined %}

{{ 'resetting.request.invalid_username'|trans({'%username%': invalid_username}) }}

{% endif %}
{% endblock content %}