1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Add AUTH_REQUIRE_TOKENS referrer

This commit is contained in:
Stephan Holl
2023-11-22 20:28:47 +01:00
parent 4d4a563747
commit e0c6fbd92a

View File

@@ -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<AUTH Ratelimit>`.
Also have a look at the configuration parameters
``AUTH_RATELIMIT_EXEMPTION`` and ``AUTH_REQUIRE_TOKENS``. More on
:ref:`Rate limiting<AUTH Ratelimit>` and :ref:`advanced settings<advanced_settings>`.
*Issue reference:* `2856`_.