X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fauth%2FAuthManager.php;h=c2e6d32523b2251838fffab1804a47010c75d5a3;hp=ab7ba0fb8c9e1be6e18b664f1cdffb4ad1245391;hb=1b521232a63d802e1d3cd49010be9be28dfe7639;hpb=2e420fe098409041cef55c70519801d97e0d5201 diff --git a/includes/auth/AuthManager.php b/includes/auth/AuthManager.php index ab7ba0fb8c..c2e6d32523 100644 --- a/includes/auth/AuthManager.php +++ b/includes/auth/AuthManager.php @@ -681,8 +681,9 @@ class AuthManager implements LoggerAwareInterface { // Step 4: Authentication complete! Set the user in the session and // clean up. - $this->logger->info( 'Login for {user} succeeded', [ + $this->logger->info( 'Login for {user} succeeded from {clientip}', [ 'user' => $user->getName(), + 'clientip' => $this->request->getIP(), ] ); /** @var RememberMeAuthenticationRequest $req */ $req = AuthenticationRequest::getRequestByClass(