cleanup
This commit is contained in:
parent
ca1ae6ba2c
commit
18c7565e5c
@ -393,9 +393,7 @@ class User extends Base {
|
|||||||
}
|
}
|
||||||
$stmt->close();
|
$stmt->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->log->log("warn", $this->getUserName($userID)." incorrect password update attempt from [".$_SERVER['REMOTE_ADDR']."]");
|
$this->log->log("warn", $this->getUserName($userID)." incorrect password update attempt from [".$_SERVER['REMOTE_ADDR']."]");
|
||||||
|
|
||||||
$this->setErrorMessage( 'Unable to update password, current password wrong?' );
|
$this->setErrorMessage( 'Unable to update password, current password wrong?' );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user