spacey has asked for the wisdom of the Perl Monks concerning the following question:
I wish to change the login form to my own custom page.
Now I can see the documentation stipulates that you can overload subclasses. But to be honest I don’t understand this
im guess it means I can override the subroutine with my own? Possible with this next line?
In the example it talks about “void make_login_screen($r, String action, String destination)” this is were im starting to get confused
Is it simply the case of commenting out the make_login_screen in the original source and adding my own or can I feed some form of variable (like the one above) to apache/mod_perl to use another script/page to output the new login form?
If the later is correct were do I place such statement in apache or the original source.
As ever thanks in advance for any input you maybe able to give.
regards,
Gareth
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Apache::AuthTicket
by perrin (Chancellor) on Sep 02, 2004 at 21:18 UTC | |
by Anonymous Monk on Sep 02, 2004 at 23:33 UTC | |
by perrin (Chancellor) on Sep 02, 2004 at 23:51 UTC | |
by spacey (Scribe) on Sep 06, 2004 at 08:22 UTC |