goaway with argument

This commit is contained in:
Jonny Tischbein 2018-10-03 18:28:04 +02:00
parent 3c9b33176f
commit ee32459358
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class Login extends BaseModule
} catch (Exception $e) {
logger('authenticate: failed login attempt: ' . notags($username) . ' from IP ' . $_SERVER['REMOTE_ADDR']);
info('Login failed. Please check your credentials.' . EOL);
goaway();
goaway('/');
}
if (!$remember) {