From cc86ce030f7deb004dec63bb9c1fb3b59a15c3a5 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Thu, 19 Feb 2026 12:36:36 +0000 Subject: [PATCH] fix(emails): display verification link in clear text for email clients only displaying text closes #328 --- themes/cp_auth/emails/magic_link_email.php | 3 ++- themes/cp_auth/emails/welcome_email.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/cp_auth/emails/magic_link_email.php b/themes/cp_auth/emails/magic_link_email.php index d6f6a943..a7731f59 100644 --- a/themes/cp_auth/emails/magic_link_email.php +++ b/themes/cp_auth/emails/magic_link_email.php @@ -1,5 +1,6 @@

+
- + ?token=

diff --git a/themes/cp_auth/emails/welcome_email.php b/themes/cp_auth/emails/welcome_email.php index 529dc12b..6d89308c 100644 --- a/themes/cp_auth/emails/welcome_email.php +++ b/themes/cp_auth/emails/welcome_email.php @@ -4,7 +4,8 @@ 'numberOfHours' => setting('Auth.welcomeLinkLifetime') / 3600, ]) ?>

+
- + ?token=