Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何在 PHP 中限制用户登录尝试
我有一个系统会在任何人登录失败 3 次后自动拒绝任何人登录十五分钟。我很想知道是否有更好的方法来停止暴力破解而不必使用这个系统,这对我的用户来说可能是一种痛苦?
谢谢。