docs: Fix renamed reset_authentication_attempt_count command.

This management command was renamed in commit 7ef1a024db, but the
documentation was not updated at that time.
This commit is contained in:
Lauryn Menard
2025-06-30 15:40:36 +02:00
committed by Tim Abbott
parent aebbdee5b5
commit 50c45a00c8

View File

@@ -138,7 +138,7 @@ There are dozens of useful management commands under
For most purposes, deactivating users is preferred, since that does not
alter message history for other users.
See the `./manage.py delete_user --help` documentation for details.
- `./manage.py clear_auth_rate_limit_history`: If a user failed authentication
- `./manage.py reset_authentication_attempt_count`: If a user failed authentication
attempts too many times and further attempts are disallowed by the rate limiter,
this can be used to reset the limit.