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). _______________________________________________ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users