[pmwiki-users] Problem with AuthUser

Hsing-Foo Wang hsing-foo.wang at star-support.com
Tue Dec 6 12:45:34 CST 2005


Hi all,

is there somebody who can explain in simple words what kind of 
authentication ways there are(incl cookbook), and specifically for what 
usage. I know the wiki says it all, but I would like to get a grasp of 
it at a 'meta level'

TIA

HF

Patrick R. Michaud wrote:
> 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
> 
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users




More information about the pmwiki-users mailing list