Changeset 3585

Show
Ignore:
Timestamp:
10/10/2008 04:08:29 PM (8 weeks ago)
Author:
Shadowhand
Message:

Merged r3584 into tags/2.2.1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/2.2.1/modules/auth/models/auth_user.php

    r3582 r3585  
    5252                $array = Validation::factory($array) 
    5353                        ->pre_filter('trim') 
    54                         ->add_rules('username', 'required', 'length[4,32]', 'chars[a-zA-Z0-9_.]') 
     54                        ->add_rules('username', 'required', 'length[4,127]') 
    5555                        ->add_rules('password', 'required', 'length[5,42]'); 
    5656