From 0eec36291b7385d68e3906ef7e65957964de028a Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 18 Oct 2010 16:32:58 +0000 Subject: added max number of characters allowed for the e_mail entry --- h-source/Application/Controllers/UsersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h-source/Application/Controllers/UsersController.php b/h-source/Application/Controllers/UsersController.php index 6e760ba..db30483 100644 --- a/h-source/Application/Controllers/UsersController.php +++ b/h-source/Application/Controllers/UsersController.php @@ -143,7 +143,7 @@ class UsersController extends BaseController "checkAlphanum" => "username", "checkLength|35" => "username", "checkMail" => "e_mail", - "+checkLength|35" => "e_mail", + "+checkLength|60" => "e_mail", "checkEqual" => "password,confirmation", "checkMatch|/^[a-zA-Z0-9\_\-\!]+$/" => "password,confirmation|characters allowed for the password: a-z A-Z 0-9 - _ !" ); -- cgit v1.2.3