{% extends "@PimNotification/Email/notification.html.twig" %} {% block title %} Akeneo reset password {% endblock %} {% block link %} {% endblock %} {% block emailMessage %}

Dear {{ user.userIdentifier }},
We just received a request to reset your Akeneo PIM password. If that was you, then you can change your password by clicking the button below.

{% endblock %} {% block emailUserAction %} {% set url = url('pim_user_reset_reset', { token: user.confirmationToken }) %} Reset password {% endblock %}