From 409d2714b47972b26e4ac622fd700767b92d7785 Mon Sep 17 00:00:00 2001 From: Jamie Parker-East <102761508+JamboPE@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:31:36 +0100 Subject: [PATCH] Temp fix to password reset email in MyRadioDefaultAuthenticator.php (#1136) Co-authored-by: Marks Polakovs --- src/Classes/MyRadio/MyRadioDefaultAuthenticator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Classes/MyRadio/MyRadioDefaultAuthenticator.php b/src/Classes/MyRadio/MyRadioDefaultAuthenticator.php index 03c717bb8..f79dd31df 100644 --- a/src/Classes/MyRadio/MyRadioDefaultAuthenticator.php +++ b/src/Classes/MyRadio/MyRadioDefaultAuthenticator.php @@ -154,8 +154,8 @@ public function resetAccount($user) .'

A password reset has been requested for the '.Config::$short_name .' account associated with this email address. If you did not request' .' this email, please ignore it.

' - .'

Click here to finish resetting your password.

' + .'

'.URLUtils::makeURL('MyRadio', 'pwChange', ['token' => $token]).'

' + .'

Copy that link and paste it into your searchbar to finish resetting your password.

' ); return true;