Cookbook /
CustomAuthForm-Talk
Summary: Talk page for CustomAuthForm.
Maintainer:
This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.
Comments
THANK YOU!
I have been trying to figure out how to get the blank/basic AuthForm for quite some time.
This is what I have ended up with for a very simple 'log in' form: -- Feral April 13, 2007, at 03:41 AM
if (!$AuthId) { $HTMLStartFmt = array('headers:',&$HTMLDoctypeFmt, &$HTMLBodyFmt); $AuthPromptFmt = array(&$HTMLStartFmt, 'page:$SiteGroup.AuthForm', &$HTMLEndFmt); };
Talk page for the CustomAuthForm recipe (users?).