diff --git a/docs/faq.rst b/docs/faq.rst index 5dfc0fa1..2200cfd8 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -453,7 +453,9 @@ To manually unblock an IP from the rate limiter do the following on your CLI: Consider using :ref:`AUTH tokens` for your users. Token-based authentication is exempted from rate limits! -Also have a look at the configuration parameter ``AUTH_RATELIMIT_EXEMPTION``. More on :ref:`Rate limiting`. +Also have a look at the configuration parameters +``AUTH_RATELIMIT_EXEMPTION`` and ``AUTH_REQUIRE_TOKENS``. More on +:ref:`Rate limiting` and :ref:`advanced settings`. *Issue reference:* `2856`_.