[pmwiki-users] authorization for pages which match a pattern

The Editor editor at fast.st
Fri May 4 06:25:52 CDT 2007


Couldn't you just do something like (pardon the sloppy syntax--don't
have all my code samples handy, and just threw it together from
memory)...

in that group's config file try...

$myname = FmtPageName($pagename, 'name');
if (substr($myname, -8) == '-discuss') $DefaultPasswd['Edit'] = "id:*";
else $DefaultPasswd['Edit'] = "@editors";



More information about the pmwiki-users mailing list