On Mar 14, 2011, at 2:44 PM, Al Louis Ripskis wrote:
> 
> ## require valid login before viewing pages
> $DefaultPasswords['read'] = 'id:*';
> 
> they first get "Passbook required" notice, before they can even get to the 
> home page.
> 
> At the bottom of the home page I would like to prompt them to register.

Your wiki is doing exactly what you specified: requiring permission to read any 
page, even the home page. Change the read attribute for the home page (and any 
other page they'll need) to "@nopass" without the quotes.

For a form to do that, append "?action=attr" to the page's URL.

Randy
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to