Skip to content

Commit

Permalink
Temp fix to password reset email in MyRadioDefaultAuthenticator.php (#…
Browse files Browse the repository at this point in the history
…1136)

Co-authored-by: Marks Polakovs <[email protected]>
  • Loading branch information
JamboPE and markspolakovs authored Oct 25, 2023
1 parent ce441e2 commit 409d271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Classes/MyRadio/MyRadioDefaultAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ public function resetAccount($user)
.'<p>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.</p>'
.'<p><a href="'.URLUtils::makeURL('MyRadio', 'pwChange', ['token' => $token])
.'">Click here to finish resetting your password.</a></p>'
.'<p>'.URLUtils::makeURL('MyRadio', 'pwChange', ['token' => $token]).'</p>'
.'<p>Copy that link and paste it into your searchbar to finish resetting your password.</p>'
);

return true;
Expand Down

0 comments on commit 409d271

Please sign in to comment.