RE: [Phplib-users] Registration Question
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-25 15:01:30
|
I'm trying to protect from someone going to the registration form and trying names and logins until they get one. The login for only allows five tries before the account is locked. The registration form, however does not have this restriction as it is not designed to log someone in. But with the current layout of auth (without a real control structure) there is no way to prevent auth_validatelogin from excecuting unless I put in a hidden field and test for it. Which is very ugly in my mind... > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of Joe > Stewart > Sent: Friday, October 25, 2002 9:33 AM > To: Phplib-Users > Subject: Re: [Phplib-users] Registration Question > > > On Thu, Oct 24, 2002 at 10:42:14PM -0400, Rob Hutton wrote: > > It looks to me with the default setup that is you are using > login_if to |