[Pmwiki-users] Re: Problems with Passwords

Christian Ridderström chr
Thu Feb 26 03:44:44 CST 2004


On Thu, 26 Feb 2004, Thomas Stierli wrote:

> Hallo everbody
> 
> I am new in this list and i'm not sure if my question is here at the 
> right place. So if there exists a forum or something else where I can 
> post my problems an ideas, tell me please.
> 
> I installed first PmWiki 0.6.2 and then 0.6.5. Both have the same problem:
> I set "$DefaultPasswords['edit'][] = crypt('author1');" in config.php.
Try this instead
	$DefaultPasswords['edit'] = crypt('author1');

the extra [] looks suspicious to me...

/Christian

-- 
Christian Ridderstr?m                           http://www.md.kth.se/~chr





More information about the pmwiki-users mailing list