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 b1a8124..0126915 100755
--- a/auth.class.php
+++ b/auth.class.php
@@ -960,7 +960,6 @@ class Auth
if(password_verify($password, $user['password'])) {
$this->addAttempt();
- $this->deleteRequest($data['id']);
$return['message'] = $this->lang["newpassword_match"];
return $return;