mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fixed issue in mail verification
This commit is contained in:
		@@ -177,7 +177,7 @@ function clearObject(object){
 | 
			
		||||
 * @return {Boolean} True for a valid email address / false else
 | 
			
		||||
 */
 | 
			
		||||
function checkMail(emailAddress){
 | 
			
		||||
	return (emailAddress.match(/^[a-zA-Z0-9_.]+@[a-zA-Z0-9-]{1,}[.][a-zA-Z]{2,5}$/) === null ? false : true);
 | 
			
		||||
	return (emailAddress.match(/^[a-zA-Z0-9_.]+@[a-zA-Z0-9-.]{1,}[.][a-zA-Z]{2,5}$/) === null ? false : true);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user