mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +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