mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
tag 3.1.15
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
.text($.validator.passwordRating.messages[rating.messageKey]);
|
||||
// display process bar instead of error message
|
||||
|
||||
return rating.rate > 2;
|
||||
return rating.rate >= 2;
|
||||
}, " ");
|
||||
// manually add class rule, to make username param optional
|
||||
$.validator.classRuleSettings.password = { password: true };
|
||||
|
Reference in New Issue
Block a user