Skip to content

Commit

Permalink
Fixed password rescue
Browse files Browse the repository at this point in the history
  • Loading branch information
starstryder committed Aug 13, 2024
1 parent 4195700 commit 9177392
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions csb/csb-accounts/auth-login-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit 9177392

Please sign in to comment.