Login/Activation tested
This commit is contained in:
@@ -14,6 +14,7 @@ abstract class lnApp_Model_Auth_UserDefault extends Model_Auth_User {
|
||||
public function rules() {
|
||||
return array(
|
||||
'email' => array(
|
||||
array(array($this, 'unique'), array('email', ':value')),
|
||||
array('not_empty'),
|
||||
array('min_length', array(':value', 4)),
|
||||
array('max_length', array(':value', 127)),
|
||||
|
Reference in New Issue
Block a user