Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

2.0.2 Requiring Pass Q & A

Quote Reply
2.0.2 Requiring Pass Q & A
Hi,

I have entered the following into the Join.pm script to require the user enter more than 2 letters for their username.

if ($cgi->{username} !~ /[a-zA-Z0-9]{2}/) {
$GMail::Template::TAGS{bad_username} = 1;
return $self->error('JOINERR_LOGIN_FMT', 'WARN', $cgi->{username});
}

My question is, what do I need add to this file to require that the user enter a password question and answer?

Cheers,
Regan.


Subject Author Views Date
Thread 2.0.2 Requiring Pass Q & A ryel01 4357 Aug 6, 2001, 5:26 PM
Thread Re: 2.0.2 Requiring Pass Q & A
brewt 4257 Aug 6, 2001, 6:21 PM
Thread Re: 2.0.2 Requiring Pass Q & A
ryel01 4259 Aug 6, 2001, 7:01 PM
Post Re: 2.0.2 Requiring Pass Q & A
brewt 4230 Aug 6, 2001, 11:57 PM
Post Re: 2.0.2 Requiring Pass Q & A
ryel01 4249 Aug 6, 2001, 8:13 PM
Post Re: 2.0.2 Requiring Pass Q & A
ryel01 4250 Aug 6, 2001, 10:02 PM
Thread Re: 2.0.2 Requiring Pass Q & A
dearnet 4219 Aug 7, 2001, 11:52 AM
Thread Re: 2.0.2 Requiring Pass Q & A
ryel01 4198 Aug 7, 2001, 2:35 PM
Post Re: 2.0.2 Requiring Pass Q & A
dearnet 4188 Aug 7, 2001, 4:02 PM