On Monday 13 April 2009 06:13:50 graeinler wrote: > I have pmwiki password protected all pages and groups by editing the > config.php file. This works fine, however, I'm wanting to > add in some content (preferrably html) to the login page so that non > members of the site at least has some content to look over.
The login form is in your wiki page [[Site.AuthForm]]. Whatever you place there will be visible when someone comes to a protected page. Just add it above or below the existing content, without removing what is between (:input auth_form:) and (:input end:). Thanks, Petko _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
