We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c54742 commit 4b879f5Copy full SHA for 4b879f5
components/ILIAS/Authentication/classes/Frontend/class.ilAuthFrontend.php
@@ -282,8 +282,8 @@ protected function handleAuthenticationSuccess(ilAuthProviderInterface $provider
282
return false;
283
}
284
285
- // check simultaneos logins
286
- $this->logger->debug('Check simutaneous login');
+ // check simultaneous logins
+ $this->logger->debug('Check simultaneous login');
287
if (!$this->checkSimultaneousLogins($user)) {
288
$this->logger->info('Authentication failed: simultaneous logins forbidden for user: ' . $this->getStatus()->getAuthenticatedUserId());
289
$this->getStatus()->setStatus(ilAuthStatus::STATUS_AUTHENTICATION_FAILED);
0 commit comments