CAPTHCA/additional table field/allowed ip’s – not propose.
I think best option is: keep login attempts in server cache.
If you can propound other options or cut up option with cache, you are welcome.
CAPTHCA/additional table field/allowed ip’s – not propose. I think best option is: keep login
Share
Typically I would use the INTERNAL_IPS setting, and make a middleware that blocks access to /admin/ if you’re not part of INTERNAL_IPS
Another option is to play with https://github.com/dmpayton/django-admin-honeypot — you could potentially write a cron job that blocks these IPs via iptables or something.