You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use django-axes package, which implements exactly the same functionality.
It can track login attempts and lock account after a number of unsuccessful attempts. It logs successful and unsuccessful attempts, saving this information to the database. The records consist of time of login, IP address, user agent, username, path to which login was attempted and the number of failed attempts.
Unsuccessful login attempts
Questions
The text was updated successfully, but these errors were encountered: