开发者

Django account lockout [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_JAVA技巧

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

Does anyone know of a Django App which can be used to extend django auth and lock accounts if a brute force password guessing attack is mounted?

Ie, an account lockout mechanism that restricts the number of login attempts.


http://pypi.python.org/pypi/django-axes/ is what you are looking for.


I created django-failedloginblocker for this purpose, and used django-brutebuster and, to a lesser extent, django-axes as inspiration.


This one is still maintained (2018): https://github.com/kencochrane/django-defender


You can also try http://pypi.python.org/pypi/django-lockout/0.1.0

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜