mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Added mail caching system
This commit is contained in:
		@@ -23,7 +23,9 @@ ComunicWeb.components.menuBar.notAuthenticated = {
 | 
			
		||||
        loginForm.setAttribute("role", "login");
 | 
			
		||||
 | 
			
		||||
        loginForm.onsubmit = function(){
 | 
			
		||||
            //Try to login user; in case of failure redirect
 | 
			
		||||
            //Try to login user; in case of failure redirect to login page
 | 
			
		||||
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        //Add email address formGroup
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user