diff --git a/src/Action/ResetAction.php b/src/Action/ResetAction.php index cbafae8b7..5ad3e465b 100644 --- a/src/Action/ResetAction.php +++ b/src/Action/ResetAction.php @@ -161,7 +161,7 @@ public function __invoke(Request $request, $token): Response } catch (AccountStatusException $ex) { // We simply do not authenticate users which do not pass the user // checker (not enabled, expired, etc.). - $this->getLogger()->warning(sprintf( + $this->logger->warning(sprintf( 'Unable to login user %d after password reset', $user->getId() ), ['exception' => $ex]);