From 2b808b3d2f90e17fe19a8595ef945960e3b8f8d8 Mon Sep 17 00:00:00 2001 From: Ante de Baas Date: Sun, 13 Oct 2024 19:30:50 +0200 Subject: [PATCH] fix reset link --- templates/emails/reset_email.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/emails/reset_email.html.twig b/templates/emails/reset_email.html.twig index 59ad1c6..0fa4df7 100644 --- a/templates/emails/reset_email.html.twig +++ b/templates/emails/reset_email.html.twig @@ -17,9 +17,9 @@

You requested to reset your password.

.

To reset your password, please visit the following link
- Reset password
+ Reset password
Is the link not working? Copy and paste the link below into your web browser:
- {{ resetToken.expirationMessageKey|trans(resetToken.expirationMessageData, 'ResetPasswordBundle') }}
+ {{ url('app_reset_password', {token: resetToken.token}) }}

This link will expire in {{ resetToken.expirationMessageKey|trans(resetToken.expirationMessageData, 'ResetPasswordBundle') }}.
If you did not make this request, you can ignore this email