[pmwiki-devel] Login and function PmWikiAuth
marc
gmane at auxbuss.com
Sun Dec 17 12:49:36 CST 2006
Hi,
I prefer to use a login form in the sidebar - just username and password
- along with authuser and authuserdb. This works fine except when an
invalid login occurs. In this case $AuthPromptFmt is opened in the main
page.
This look a bit odd, because there are then two login prompts on the
page: one in the sidebar and one on the main page.
What I am trying to achieve is to retain the main page unchanged, and
simply report login/page access errors in the sidebar form.
I can see that this is handled by the last lines of PmWikiAuth(), but
can't think of a way to change this in situ to do what I want.
Is the best way to copy PmWikiAuth() with appropriate changes, and point
to it via $AuthFunction? Or, more likely, am I way off base?
--
Best,
Marc
More information about the pmwiki-devel
mailing list