mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Login permanent by default
This commit is contained in:
		@@ -83,7 +83,7 @@ ComunicWeb.components.menuBar.notAuthenticated = {
 | 
				
			|||||||
			};
 | 
								};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			//Try to login user
 | 
								//Try to login user
 | 
				
			||||||
			ComunicWeb.user.userLogin.loginUser(emailInput.value, passwordInput.value, false, afterTryLogin);
 | 
								ComunicWeb.user.userLogin.loginUser(emailInput.value, passwordInput.value, true, afterTryLogin);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			//Block form
 | 
								//Block form
 | 
				
			||||||
			return false;
 | 
								return false;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,7 +24,7 @@
 | 
				
			|||||||
        <div class="col-xs-8">
 | 
					        <div class="col-xs-8">
 | 
				
			||||||
          <div class="checkbox icheck">
 | 
					          <div class="checkbox icheck">
 | 
				
			||||||
            <label>
 | 
					            <label>
 | 
				
			||||||
              <input type="checkbox" id="rememberLogin" /> Remember Me
 | 
					              <input type="checkbox" id="rememberLogin" checked /> Remember Me
 | 
				
			||||||
            </label>
 | 
					            </label>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user