diff --git a/typo3/sysext/backend/Classes/Authentication/PasswordReset.php b/typo3/sysext/backend/Classes/Authentication/PasswordReset.php index 599ed79cdfbaa6a4046b42d669b025ef0e4fbfc4..dff67b08925e99a8c9a6da4662544fafb7c7a08a 100644 --- a/typo3/sysext/backend/Classes/Authentication/PasswordReset.php +++ b/typo3/sysext/backend/Classes/Authentication/PasswordReset.php @@ -352,7 +352,7 @@ class PasswordReset implements LoggerAwareInterface $this->invalidateUserSessions($userId); - $this->logger->info('Password reset successful for user {user_id)', ['user_id' => $userId]); + $this->logger->info('Password reset successful for user \'{username}\'', ['username' => $user['username'], 'user_id' => $userId]); $this->log( 'Password reset successful for user %s', SystemLogLoginAction::PASSWORD_RESET_ACCOMPLISHED,