{% extends "mail/base.html.twig" %} {% block content %}

Hi {{ user.fullName }},

somebody (hopefully you) requested an reset of your password. If this request was not made by you, ignore this email.

If this dont work for you. Go to {{ url('pw_reset_new_pw') }} and enter the following info:

Username: {{ user.name }}

Token: {{ token }}

The reset token will be valid until {{ expiration_date|format_datetime }}.
{% endblock %}