email.html.twig 361 B

12345678910
  1. <h1>Hi!</h1>
  2. <p>To reset your password, please visit the following link</p>
  3. <a href="{{ url('app_reset_password', {token: resetToken.token}) }}">{{ url('app_reset_password', {token: resetToken.token}) }}</a>
  4. <p>This link will expire in {{ resetToken.expirationMessageKey|trans(resetToken.expirationMessageData, 'ResetPasswordBundle') }}.</p>
  5. <p>Cheers!</p>