Django-anon-lockout

Latest version: v2.1.0

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.1.0

Adds two new management commands:

- delete_lockout_data: deletes all data associated to the app. This includes all AccessSession, Attempt and Lockout instances being deleted.
- invalidate_lockouts: invalidates all active lockouts.

2.0.0

Changelog

- Removed `LOCKOUT_RESET_TIME`.
- Refactored so that the `failed_in_row` counter only is reset when a lockout connected to the session has expired.
- Increased the default value for `LOCKOUT_THRESHOLD` (from 5 to 100).

1.0.0

This relase of django_anon_lockout includes a simple lockout mechanism for anonymous login attempts.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.