[Pmwiki-users] Issue with Authentication

Christian Ridderström chr
Tue Dec 2 03:28:31 CST 2003


On Mon, 1 Dec 2003, John Mull wrote:

> I'm using pmwiki-0.5.25 at MrPerky.com.  I've set my default passwords with
> the following code in local.php:
> 
> $DefaultPasswords['admin'] = 'reader'; 
> 
> $DefaultPasswords['edit'] = 'reader'; 
> 
> $DefaultPasswords['attr'] = 'reader'; 
> 
> $DefaultPasswords['upload'] = 'reader';
> 

I think the passwords are stored in an encrypted formats, so you're 
supposed to use something like this when setting the password:

  $DefaultPasswords['read'] = crypt('reader');

/Christian

-- 
Dr. Christian Ridderstr?m, +46-8-768 39 44       http://www.md.kth.se/~chr




More information about the pmwiki-users mailing list