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