From 38ad6df1fea3f8eb33bd962d38aa8fa81545e177 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 28 Oct 2024 13:26:51 +0100 Subject: [PATCH] i don't see the point in showing the reset code like that. it's already in the URL and the user has to use the link --- application/views/email/forgot_password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/email/forgot_password.php b/application/views/email/forgot_password.php index ac56120e2..43e7b49be 100644 --- a/application/views/email/forgot_password.php +++ b/application/views/email/forgot_password.php @@ -6,7 +6,7 @@ $message['body'] = __("Hi, You or someone else has requested a password reset on your Wavelog account.") . "\n\n" . -sprintf(__("Your password reset code is: %s"), $reset_code) . "\n\n" . +// sprintf(__("Your password reset code is: %s"), $reset_code) . "\n\n" . sprintf(__("Click here to reset your password: %s"), site_url('user/reset_password/') . $reset_code) . "\n\n" .