mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Can ask user his password
This commit is contained in:
		@@ -2,6 +2,10 @@
 | 
			
		||||
///
 | 
			
		||||
/// @author Pierre HUBERT
 | 
			
		||||
 | 
			
		||||
/// Check out whether a password is valid or not
 | 
			
		||||
bool validatePassword(String s) => s.length > 3;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/// Check out whether a given email address is valid or not
 | 
			
		||||
///
 | 
			
		||||
/// Taken from https://medium.com/@nitishk72/form-validation-in-flutter-d762fbc9212c
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user