Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.

Commit

Permalink
forgot pw link
Browse files Browse the repository at this point in the history
  • Loading branch information
rlbaltha committed Apr 15, 2015
1 parent a4d60cf commit 34eaf85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Resources/FOSUserBundle/views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
{% endblock fos_user_content %}
{% if 'register' in app.request.attributes.get('_route') %}
Already have an account? <a href="{{ path('fos_user_security_login') }}">Login</a>
{% else %}
<a href="{{ path('fos_user_resetting_request') }}"> Forgot password ?</a>
{% endif %}
{% if 'confirmed' in app.request.attributes.get('_route') %}
<a href="{{ path('homepage') }}">Let's get started</a>
Expand Down

0 comments on commit 34eaf85

Please sign in to comment.