Compare commits
1 Commits
50132d83dc
...
f007dcf6d8
Author | SHA1 | Date | |
---|---|---|---|
f007dcf6d8 |
@ -116,7 +116,7 @@ class SQLLoginUserAuthenticator extends AbstractLoginFormAuthenticator
|
||||
}
|
||||
$passport->setAttribute('attributes', $user->getAttributes());
|
||||
|
||||
$this->logger->warning("authentication scceeded", ['username' => $login, "remote_address" => $request->getClientIp()]);
|
||||
$this->logger->warning("authentication succeeded", ['username' => $login, "remote_address" => $request->getClientIp()]);
|
||||
|
||||
return $passport;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user