From 5436336b5da4bfef7f7b81aac6989f5f54ce18fa Mon Sep 17 00:00:00 2001 From: Bye Date: Tue, 25 Jun 2024 17:17:58 +0100 Subject: [PATCH] Change the password reset email to be less mocking --- forgot_password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgot_password.php b/forgot_password.php index bd02325..ace1061 100644 --- a/forgot_password.php +++ b/forgot_password.php @@ -29,7 +29,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { This link expires in 5 minutes. -If you did not request this password reset, please ignore it (or tighten your account\'s security)']); +If you did not request this password reset, please ignore this email.']); // echo("This is a security issue."); } catch (Exception $e) {