{% extends 'Game/index.html.twig' %} {% block title %} - Forgot Password{% endblock %} {% block body %}
{% for email in app.flashes('reset_sent') %}

Check your inbox

If an account exists for that address, we sent a reset link to

{{ email }}

Click the link in the email to reset your password.
The link expires in 1 hour.

Go to Sign In
{% else %}

Forgot Password

Enter your email and we'll send you a reset link

Remembered it? Sign in

{% endfor %}
{% endblock %}