|
|
@ -148,7 +148,7 @@ class Login extends BaseModule |
|
|
|
); |
|
|
|
} |
|
|
|
} catch (Exception $e) { |
|
|
|
Logger::notice('authenticate: failed login attempt', ['action' => 'login', 'username' => Strings::escapeTags($username), 'ip' => $_SERVER['REMOTE_ADDR']]); |
|
|
|
Logger::warning('authenticate: failed login attempt', ['action' => 'login', 'username' => Strings::escapeTags($username), 'ip' => $_SERVER['REMOTE_ADDR']]); |
|
|
|
info('Login failed. Please check your credentials.' . EOL); |
|
|
|
$a->internalRedirect(); |
|
|
|
} |
|
|
|