Active
Project:
Webform authorization code
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2013 at 18:14 UTC
Updated:
22 Jul 2013 at 15:58 UTC
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
Comment #1
ericmulder1980 commentedHi 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.
Comment #2
Feckless commentedOkay. Thanks.