From 0ca50bf6de7a5a45c0522339f8bd63a0aca95760 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 21 Jan 2024 00:27:01 -0500 Subject: [PATCH] Switch from ~ to -- in signature footer --- portal/login_reset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/login_reset.php b/portal/login_reset.php index 2b95b462..7faef5b1 100644 --- a/portal/login_reset.php +++ b/portal/login_reset.php @@ -135,7 +135,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { // Send confirmation email $subject = "Password reset confirmation for $company_name Client Portal"; - $body = "Hello $name,

Your password for your account on $company_name\'s Client Portal was successfully reset. You should be all set!

If you didn\'t reset your password, please get in touch ASAP.

~
$company_name - Support
$config_ticket_from_email
$company_phone"; + $body = "Hello $name,

Your password for your account on $company_name\'s Client Portal was successfully reset. You should be all set!

If you didn\'t reset your password, please get in touch ASAP.

--
$company_name - Support
$config_ticket_from_email
$company_phone"; $data = [