]> dev.renevier.net Git - syj.git/blobdiff - application/forms/Account.php
update copyright headers
[syj.git] / application / forms / Account.php
index d8103df24e6f2c6c79e53138049ef3e309a08806..5afef42975662600cc033d7fa24f1eb2e6a7543c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 class Syj_Form_Account extends Zend_Form
@@ -41,7 +41,7 @@ class Syj_Form_Account extends Zend_Form
         $pass_confirm = array('Password', 'account_password_confirm', array(
                 'label' => __("confirm password"),
                 'validators' => array($identicalValidator),
-                'required' => true
+                'allowEmpty' => false
         ));
 
         $pass_current = array('Password', 'account_password_current', array(