{% extends 'emails/layout.html.twig' %} {% block title %}Reset your password{% endblock %} {% block content %}
We received a request to reset your password. Click the button below to choose a new one. This link will expire in {{ resetToken.expirationMessageKey|trans(resetToken.expirationMessageData, 'ResetPasswordBundle') }}.
| Reset my password |
If the button doesn't work, copy and paste this link into your browser:
{{ url('app_reset_password', {token: resetToken.token}) }}
If you didn't request a password reset, you can safely ignore this email.
Cheers!
{% endblock %}