From 9177392db22c88ec702d4d3871f2359ae06a9ecb Mon Sep 17 00:00:00 2001
From: Pamela Gay <pamela@starstryder.com>
Date: Mon, 12 Aug 2024 19:58:09 -0500
Subject: [PATCH] Fixed password rescue

---
 csb/csb-accounts/auth-login-functions.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/csb/csb-accounts/auth-login-functions.php b/csb/csb-accounts/auth-login-functions.php
index e9bee75..443febb 100644
--- a/csb/csb-accounts/auth-login-functions.php
+++ b/csb/csb-accounts/auth-login-functions.php
@@ -233,8 +233,6 @@ function rescueUser ($db, $using, $value) {
     require_once($BASE_DIR."csb-accounts/email_class.php");
     sendNewEmail($subject, $msg, $to, $emailSettings);
 
-    die("here3");
-
     // Everything worked so remove error msg and the rescue link
     unset($rescue_link);
     unset($_SESSION['errMsg']);