Updated the README a bit

This commit is contained in:
Josh VanderLinden 2012-06-11 08:41:41 -06:00
parent d7d514078f
commit 3d2479de37

View file

@ -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