On Tue, 4 Jul 2006 20:49:26 -0400, Michael Petnuch wrote:

Hi Michael

Cees has dropped out of sight for a week or so, so I'll give you a partial
answer to your second question...

> The second question I had asked before but I didn't seem to get any

I've emailed Cees a this patch (among others):

sub login_box {
    my $self        = shift;
    my $query       = $self->_cgiapp->query;
    my $credentials = $self->credentials;
    my $runmode     = $query->param('rm') ||                    
$self->_cgiapp->get_current_runmode;
    my $destination = $query->param('destination') || $query->self_url;

which I think addresses your problem.

Overall though, I found the module to have too many options, with resulting
complexity, and I want to send the password across the net in encrypted form,
and I wanted the log in form to look like the rest of the app, so I decided not
to use this module. I use Javascript::SHA1 to do the encryption.
--
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html



---------------------------------------------------------------------
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