mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
management: Rename clear_auth_rate_limit_history command.
(cherry picked from commit 7ef1a024db
)
This commit is contained in:
committed by
Alex Vandiver
parent
6ffbb6081b
commit
04600acbbb
@@ -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"]
|
Reference in New Issue
Block a user