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…
	
	Add table
		Add a link
		
	
		Reference in a new issue