Changeset 3585
- Timestamp:
- 10/10/2008 04:08:29 PM (8 weeks ago)
- Files:
-
- 1 modified
-
tags/2.2.1/modules/auth/models/auth_user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/2.2.1/modules/auth/models/auth_user.php
r3582 r3585 52 52 $array = Validation::factory($array) 53 53 ->pre_filter('trim') 54 ->add_rules('username', 'required', 'length[4, 32]', 'chars[a-zA-Z0-9_.]')54 ->add_rules('username', 'required', 'length[4,127]') 55 55 ->add_rules('password', 'required', 'length[5,42]'); 56 56
