management: Rename clear_auth_rate_limit_history command.

This commit is contained in:
Mateusz Mandera 2021-08-23 18:55:07 +02:00 committed by Alex Vandiver
parent 9cc4290140
commit 7ef1a024db
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Command(ZulipBaseCommand):
def handle(self, *args: Any, **options: Any) -> None:
if not options["username"]:
self.print_help("./manage.py", "clear_auth_rate_limit_history")
self.print_help("./manage.py", "reset_authentication_attempt_count")
raise CommandError("Please enter a username")
username = options["username"]