{% extends 'emails/base.html.twig' %} {% block subject %} {%- autoescape false -%} Password Reset {%- endautoescape -%} {% endblock %} {% block body_text %} {% autoescape false %} Use the below token to reset your password: {{ user.confirmToken }} Note: If you don't use this link within 3 hours, it will expire. Thanks, Your friends at Ledger {% endautoescape %} {% endblock %} {% block body_html_content %} {% import 'emails/macros.html.twig' as EUI %} {{ EUI.displayAvatarText( appScheme ~ '://' ~ appHost ~ asset('images/ledger-icon.png'), 'Password reset' ) }}
Use the below token to reset your password:
Note: If you don't use this link within 3 hours, it will expire.
{% endblock %}