mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
management: Rename clear_auth_rate_limit_history command.
This commit is contained in:
committed by
Alex Vandiver
parent
9cc4290140
commit
7ef1a024db
@@ -15,7 +15,7 @@ class Command(ZulipBaseCommand):
|
|||||||
|
|
||||||
def handle(self, *args: Any, **options: Any) -> None:
|
def handle(self, *args: Any, **options: Any) -> None:
|
||||||
if not options["username"]:
|
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")
|
raise CommandError("Please enter a username")
|
||||||
|
|
||||||
username = options["username"]
|
username = options["username"]
|
||||||
Reference in New Issue
Block a user