标签: login spring-security throttling
我正在尝试使用Spring Security了解如何限制登录(http://stackoverflow.com/questions/570160/throttling-login-attempts)。有人有想法吗?
答案 0 :(得分:5)
签出this write-up,作者根据失败的登录尝试次数以编程方式实施帐户锁定策略。也许你需要的是这种变化吗?