[pmwiki-users] Problem with AuthUser

Patrick R. Michaud pmichaud at pobox.com
Tue Dec 6 12:25:27 CST 2005


On Tue, Dec 06, 2005 at 12:46:25PM -0500, benoit.pruneau at icotech.ca wrote:
> I insert into my config.php this
> 
>  include_once('scripts/authuser.php');
>  $AuthUser['alice'] = crypt('alicepassword');
>  $AuthUser['bob'] = crypt('bobpassword');
>  $AuthUser['carol'] = crypt('carolpassword');
>  $DefaultPasswords['edit'] = 'id:*';
> 
> ... but I'm not able to login in any way.

The settings for $AuthUser must occur *before* the
include_once('scripts/authuser.php') line.

Pm




More information about the pmwiki-users mailing list