Just found this module and am putting into a development site. This is a good idea. Just thought it might also be improved by allowing the site admin to set an expiry date and/or a "number of tries" before locking that user out and making them reapply.

The site I'm building is a "membership site." I want to keep everybody except bonafide members away from the "membership registration form."

Thanks for this module. It will be a good start.

Comments

ericmulder1980’s picture

Hi Michael,

Cookie expiration is determined by the value you set in your settings.php. I have not looked at overriding this value for the cookie placed by this module but i will add it to my list of things. The 'locked out after x tries' feature will also be joining that list.

It seems to me the membership site you are building would benefit more from the Captcha or Mollom module. You can configure these to only act on the registration form. This would keep out spam bots filling in the registration form.

Feckless’s picture

Okay. Thanks.