From 83c683063e226a82d5b4548f23444ff79aa0982a Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 13 Jul 2010 18:28:13 +0000 Subject: [PATCH] 6 character passwords --- user_account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_account.php b/user_account.php index b96e1541..38cea4f3 100644 --- a/user_account.php +++ b/user_account.php @@ -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" }