pflaenz.li/pflaenzli/pflaenzli/templates/reset_password/email.html.twig

10 lines
361 B
Twig
Raw Normal View History

2023-02-19 21:37:53 +01:00
<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>Cheers!</p>