Paul Johnston wrote:
I have installed it and am using it with the default login page and it's working absolutely fine. However...

I want to be able to use it without the login page supplied so that I can create my own that looks like the rest of the site (obviously). I just can't seem to figure it out though.

I've changed the runmode variable from "rm" to something else, does that make a difference?
Paul,

Set the LOGIN_RUNMODE key in your authen->config(), eg:

$self->authen->config(
 LOGIN_RUNMODE => 'rm_you_want_to_use_instead_of_default',
 POST_LOGIN_RUNMODE => 'target_rm_after_login',
);
--

Richard Jones
Leeds, UK




***************************************************************************
This e-mail is confidential and privileged. If you are not the intended
recipient please accept our apologies; please do not disclose, copy or
distribute information in this e-mail or take any action in reliance on its
contents: to do so is strictly prohibited and may be unlawful. Please
inform us that this message has gone astray before deleting it. Thank you
for your co-operation.
***************************************************************************


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to