mirror of https://github.com/zulip/zulip.git
management: Rename clear_auth_rate_limit_history command.
This commit is contained in:
parent
9cc4290140
commit
7ef1a024db
|
@ -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"]
|
Loading…
Reference in New Issue