diff options
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r-- | h-source/Application/Controllers/UsersController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 - _ !" ); |