Saturday, 14 September 2013

count failed login attempts in Cakephp

count failed login attempts in Cakephp

i am working on a cakephp 2.x. i am using auth component .. i want to ask
if that possible in auth component to track the user fail login attempts
and also i have searched on google and i found this component
http://bakery.cakephp.org/articles/aep_/2006/11/04/brute-force-protection
should i use this in my cakephp 2.3 .is that component is compatible for
2.3 ?i want to prevent my app from brute force attact. so is this
component is perfect for me ? or if there is any else good component there
too or a better approach to handle the brute force?

No comments:

Post a Comment