summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xauth.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth.class.php b/auth.class.php
index ecf5929..46a6327 100755
--- a/auth.class.php
+++ b/auth.class.php
@@ -967,7 +967,6 @@ class Auth
if(password_verify($password, $user['password'])) {
$this->addAttempt();
- $this->deleteRequest($data['id']);
$return['message'] = $this->lang["newpassword_match"];
return $return;