mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:42:54 +00:00
Merge pull request #5816 from JonnyTischbein/issue_failed_login_layout
[Frio] Fix Layout when login failed
This commit is contained in:
commit
8f09f28e4c
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ class Login extends BaseModule
|
|||
}
|
||||
} catch (Exception $e) {
|
||||
logger('authenticate: failed login attempt: ' . notags($username) . ' from IP ' . $_SERVER['REMOTE_ADDR']);
|
||||
notice($e->getMessage() . EOL);
|
||||
goaway(self::getApp()->get_baseurl() . '/login');
|
||||
info('Login failed. Please check your credentials.' . EOL);
|
||||
goaway('/');
|
||||
}
|
||||
|
||||
if (!$remember) {
|
||||
|
|
Loading…
Reference in a new issue