On Thursday 05 March 2009 20:45:41 Brian McKee wrote:
> I just set up a PMWiki, and it picked up my updated site title (so it
> must be seeing the updated config file) - but it's letting me edit the
> side bar without asking for a password.
...
> $DefaultPasswords['admin'] = crypt('AReallyGoodPasswordIsHere.Really');
It seems you need to set an "edit" password :
$DefaultPasswords['edit'] = crypt('myeditpass');
$DefaultPasswords['attr'] = crypt('myattrpass');
Or, instead, lock the site for the administrator only :
$DefaultPasswords['edit'] = $DefaultPasswords['attr'] = array('@lock');
Thanks,
Petko
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users