the idea is base on wordpress plugin 'limit login attempts', that i want to achieve it using web2py. first i want to start from simple, just record the attempted times in database table, after that, banned ip user for several time (minutes or hours) if the failed login is reached max retries times (e.g. 3 times), till the record in database is reseted by admin the user can try the login, during the ip banned, is redirect to another 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.

