I'm trying to find out how to throttle logins (http://stackoverflow.com/questions/570160/throttling-login-attempts) 开发者_Go百科with Spring Security. Does anybody has some idea?
Check out this write-up where the author programmaticaly implements an account lockout policy based on the number of failed login attempts. Perhaps a variation of this is what you need?
加载中,请稍侯......
精彩评论