mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
We will want to raise RateLimited in authenticate() in rate limiting code - Django's authenticate() mechanism catches PermissionDenied, which we don't want for RateLimited. We want RateLimited to propagate to our code that called the authenticate() function.
7.2 KiB
7.2 KiB