there's no default protection for that, but web2py creates a token for each 
form to prevent double submission. The same system should prevent 
brute-force insertions (that is, multiple simultaneous submission from the 
same user).
If your problem lies into the realm of "this form shouldn't be submitted 
more than 5 times in 5 seconds" you can play a little bit with your 
controller....

On Tuesday, May 28, 2013 9:14:34 PM UTC+2, Chris Teodorski wrote:
>
> Aside from a Captcha (I'd rather not go that route, but may have to), is 
> there a way to limit the number of times a user can submit a form in a 
> certain amount of time?  
>
> This isn't a login, but I'd prefer to prevent someone from brute forcing 
> the correct submission.
>
> Thanks for your ideas,
>
> Chris
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to