mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Auth add ip to auth failure log entry (#12374)
This commit is contained in:
@@ -188,7 +188,7 @@ class LegacyUserProvider implements UserProvider
|
||||
}
|
||||
|
||||
if (empty($new_user)) {
|
||||
Log::error("Auth Error ($type): No user ($auth_id) [$username]");
|
||||
Log::error("Auth Error ($type): No user ($auth_id) [$username] from " . Request::ip());
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user