xenups / ddefender

a simple login attempts handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#a simple django login attempts tracker its a simple way to keep track of failed login attempts , by banning the ip you can set expireation time and login attempt by setting the values

ExpireTime = 60 LoginAttemps = 3

in settings.py

Expiration unit is minute !!!!! its not for production use

About

a simple login attempts handler


Languages

Language:Python 100.0%