management: Rename clear_auth_rate_limit_history command.

(cherry picked from commit 7ef1a024db)
This commit is contained in:
Mateusz Mandera
2021-08-23 18:55:07 +02:00
committed by Alex Vandiver
parent 6ffbb6081b
commit 04600acbbb

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"]