Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.11
-
Component/s: Administration, Web
-
Labels:None
Description
The two following error messages are duplicated :
- Password doesn't match confirmation
- Password is too short (minimum is 4 characters)
And I guess those messages are duplicated because the same verification is done on the "Password" and "Confirm password" fields.
In fact we did validation of password twice, fixed in ae800aa.