[pmwiki-users] groups

tyrus at livelifetoday.info tyrus at livelifetoday.info
Fri Aug 7 11:29:30 CDT 2009


I have .htpasswd and .htgroups setup. pmwiki is reading the users, but  
not sure how to use the groups.

I have users assigned to group123
I have group123/GroupAttributes?action=attr    set to @lock

Sure enough it is locked, but how can a group read the pages in the  
group without knowing the group password?

I found:


##Gives access to groups
     $group = FmtPageName('$Group', $pagename);
     $DefaultPasswords['edit'] = 'id:'.$group;
     include_once("$FarmD/scripts/authuser.php");


However, that is for a user with the same name as the group. is there  
a 'group:' I can put in where 'id:' is?




More information about the pmwiki-users mailing list