Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track unsuccessful login attempts #2

Open
schwobaseggl opened this issue Mar 23, 2021 · 1 comment
Open

Track unsuccessful login attempts #2

schwobaseggl opened this issue Mar 23, 2021 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@schwobaseggl
Copy link
Contributor

Unsuccessful login attempts

  • Track failed login attempts (account, datetime, etc.)
  • Add config option to enforce deactivation of accoutns after n consecutive failed attempts

Questions

  • Notify account owner?
  • Enforce Password change? Maybe configurable?
@schwobaseggl schwobaseggl added enhancement New feature or request question Further information is requested labels Mar 23, 2021
@vvvityaaa
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants