mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Apply password policy on all forms
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
/// @author Pierre HUBERT
 | 
			
		||||
 | 
			
		||||
/// Check out whether a password is valid or not
 | 
			
		||||
bool validatePassword(String s) => s.length > 3;
 | 
			
		||||
bool legacyValidatePassword(String s) => s.length > 3;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/// Check out whether a given email address is valid or not
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user