the idea is taken from wordpress plugin 'limit login attempts' that i want to achieve using web2py. first, create record in database table, when user login failed. after that, banned the ip address user for several time (e.g. 1 min) if the user attempt login is reached the limit (e.g. 3 times) during the banned period, user tried to access got redirect to another page. after the banned time is expired, the database reset the attempts record in database to 0, so that user can't be access the login page.
how to achieve it using web2py? thanks and best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

