Subversion Repositories php_users

Rev

Rev 20 | Rev 32 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 21
Line 92... Line 92...
92
               'login'  => array(
92
               'login'  => array(
93
                     'label'        => 'Username',       // login name column name
93
                     'label'        => 'Username',       // login name column name
94
                     'html type'    => 'text',
94
                     'html type'    => 'text',
95
                     'filter'       => '/^[a-zA-Z0-9_]+$/',
95
                     'filter'       => '/^[a-zA-Z0-9_]+$/',
96
                     'instructions' => 'Username can only contain alpha numerics and an underscore',
96
                     'instructions' => 'Username can only contain alpha numerics and an underscore',
97
                     'hint'         => 'Change User Name'
97
                     'hint'         => 'Change User Name',
-
 
98
                     'unique'       => true
98
                     ),
99
                     ),
99
               'pass'   => array( 
100
               'pass'   => array( 
100
                     'label'        => 'Password',    // password column name
101
                     'label'        => 'Password',    // password column name
101
                     'html type'    => 'password',
102
                     'html type'    => 'password',
102
                     'instructions' => 'Leave blank to keep same password',
103
                     'instructions' => 'Leave blank to keep same password',