Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: GM 2.0.1 - Lost Password BUGs

Quote Reply
Re: GM 2.0.1 - Lost Password BUGs In reply to
Hi,

This is a bug in login.cgi. I will update the download with the fix in a few minutes.

To fix this your self:
Open up login.cgi and add the following lines:
Code:
my $t = GMail->template_set;
$CFG->load_template_set($t);
Right before:
Code:
my $ret = GMail::NoAuth->parse_params or return;
Also a little bit further down you will see:
Code:
# Find out which template set we are on.
my $t = GMail->template_set;
Remove the word 'my'.

Cheers,

Scott


Subject Author Views Date
Thread GM 2.0.1 - Lost Password BUGs ryel01 2206 Jun 26, 2001, 3:29 PM
Thread Re: GM 2.0.1 - Lost Password BUGs
bline 2115 Jun 26, 2001, 3:43 PM
Post Re: GM 2.0.1 - Lost Password BUGs
ryel01 2108 Jun 26, 2001, 4:34 PM
Post Re: GM 2.0.1 - Lost Password BUGs
ryel01 2104 Jun 26, 2001, 5:15 PM