forked from science-ation/science-ation
6 character passwords
This commit is contained in:
parent
9ce7df3f9b
commit
83c683063e
@ -213,7 +213,7 @@ $().ready(function() {
|
|||||||
},
|
},
|
||||||
pass2: {
|
pass2: {
|
||||||
required: "Please provide a password",
|
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",
|
maxlength: "Your password must be at most 32 characters long",
|
||||||
equalTo: "Please enter the same password as above"
|
equalTo: "Please enter the same password as above"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user