6 character passwords

This commit is contained in:
dave 2010-07-13 18:28:13 +00:00
parent 9ce7df3f9b
commit 83c683063e

View File

@ -213,7 +213,7 @@ $().ready(function() {
},
pass2: {
required: "Please provide a password",
minlength: "Your password must be at least 5 characters long",
minlength: "Your password must be at least 6 characters long",
maxlength: "Your password must be at most 32 characters long",
equalTo: "Please enter the same password as above"
}