mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 04:56:06 +00:00
log user who failed to login
This commit is contained in:
parent
6fedb19490
commit
2ff0979275
|
@ -171,7 +171,7 @@ class HTTP_WebDAV_Server_SeedDMS extends HTTP_WebDAV_Server
|
|||
|
||||
if(!$userobj) {
|
||||
if($this->logger)
|
||||
$this->logger->log('check_auth: No such user', PEAR_LOG_NOTICE);
|
||||
$this->logger->log('check_auth: No such user'.$user, PEAR_LOG_NOTICE);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user