mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Improve usage documentation readability
This commit is contained in:
parent
465fe4529d
commit
1fa76eb526
1 changed files with 3 additions and 3 deletions
|
|
@ -54,10 +54,10 @@ Resetting attempts and lockouts
|
|||
|
||||
When Axes locks an IP address, it is not allowed to login again.
|
||||
You can allow IPs to attempt again by resetting (deleting)
|
||||
the relevant AccessAttempt records.
|
||||
the relevant AccessAttempt records in the admin UI, CLI, or your own code.
|
||||
|
||||
You can also configure automatic cool down periods, IP whitelists and blacklists
|
||||
and even custom programmatic functions for the lockouts. Please check out the
|
||||
You can also configure automatic cool down periods, IP whitelists, and custom
|
||||
code and handler functions for resetting attempts. Please check out the
|
||||
configuration and customization documentation for further information.
|
||||
|
||||
.. note::
|
||||
|
|
|
|||
Loading…
Reference in a new issue