[pmwiki-users] Using latest PmWiki and AuthUser, but can't set a READ password

Chris Cox ccox at endlessnow.com
Thu Jan 15 11:02:11 CST 2009


I'm stuck.  I have AuthUser installed....

$DefaultPasswords['admin'] = crypt('secret');
$DefaultPasswords['attr'] = crypt('secret');
$DefaultPasswords['edit'] = 'id:*';
$DefaultPasswords['upload'] = 'edit';
$HandleAuth['upload'] = 'edit';
$HandleAuth['diff'] = 'edit';

include_once("$FarmD/scripts/authuser.php");
$Author = $AuthId;

When I go to a page and do ?action=attr I would
love to have just members of the @admins group
have access.... I thought I just needed to supply
@admins for the read password.

What am I missing? (I have a feeling this is an
easy question... but I couldn't find anything
reading the docs online).





More information about the pmwiki-users mailing list