Auth add ip to auth failure log entry (#12374)

This commit is contained in:
Tony Murray
2020-12-01 14:00:58 -06:00
committed by GitHub
parent 0a7586b9ff
commit ff49d7c42b
+1 -1
View File
@@ -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;
}