mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Updated the README a bit
This commit is contained in:
parent
d7d514078f
commit
3d2479de37
1 changed files with 2 additions and 1 deletions
|
|
@ -142,7 +142,8 @@ By default, django-axes will lock out repeated attempts from the same IP
|
|||
address. You can allow this IP to attempt again by deleting the relevant
|
||||
``AccessAttempt`` records in the admin.
|
||||
|
||||
You can also use the ``axes_reset`` management command. Using django's manage.py.
|
||||
You can also use the ``axes_reset`` management command (since 1.2.4-rc1). Using Django's
|
||||
``manage.py``.
|
||||
|
||||
* ``manage.py axes_reset`` will reset all lockouts and access records.
|
||||
* ``manage.py axes_reset ip`` will clear lockout/records for ip
|
||||
|
|
|
|||
Loading…
Reference in a new issue