Show
Ignore:
Timestamp:
07/15/2008 04:11:44 PM (5 months ago)
Author:
Geert
Message:

Added an extremely lightweight File Auth driver. Supply the usernames and passwords in the config file and you are ready to go. Roles and auto-login are not supported. If you need one of those features, you should not pick the File Auth driver anyway.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/auth/config/auth.php

    r2471 r3114  
    3434 */ 
    3535$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);