webroot/templates/reset_password/email.html.twig

10 lines
498 B
Twig

<h1>Hi!</h1>
<p>To reset your password, please visit the following link</p>
<a href="{{ url('app_reset_password', {token: resetToken.token}) }}">{{ url('app_reset_password', {token: resetToken.token}) }}</a>
<p>This link will expire in {{ resetToken.expirationMessageKey|trans(resetToken.expirationMessageData, 'ResetPasswordBundle') }}.</p>
<p> Your username in case you have forgotten it: <em>{{ username }}</em></p>
<p>Cheers! Your <em>{{ app.request.server.get("SITE_NAME")}} team</em>.</p>