Changeset 3114 for trunk/modules/auth/config
- Timestamp:
- 07/15/2008 04:11:44 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/config/auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/config/auth.php
r2471 r3114 34 34 */ 35 35 $config['lifetime'] = 1209600; 36 37 /** 38 * Usernames (keys) and hashed passwords (values) used by the File driver. 39 */ 40 $config['users'] = array 41 ( 42 // 'admin' => '4ccd0e25c2a7ffefd4b92ecbbd4781752920145f826a881073', 43 );
