On Wed, Nov 14, 2007 at 05:31:16PM +0100, Roman wrote: > SiteAdmin.AuthList does not display anything on my site. I found that > it is because I have the following setting in my config. > > $SearchPatterns['default'][] = '!\.Group(Print)?(Header|Footer|Attributes)$!'; > > My question is: shouldn't the AuthList code ignore $SearchPatterns?
Well, it shouldn't _ignore_ it, but it should probably specify list=all as a default. I've now changed this for the next release -- basically this involves changing SiteAdmin.AuthList so that (:template defaults passwd=?* :) instead reads (:template defaults passwd=?* list=all:) I think that one can also use ?list=all in the url to get the AuthList to display all pages...but you might want to verify that. Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
