We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40f49b commit 08a806fCopy full SHA for 08a806f
security.rst
@@ -1472,7 +1472,7 @@ You must enable this using the ``login_throttling`` setting:
1472
1473
Internally, Symfony uses the :doc:`Rate Limiter component </rate_limiter>`
1474
which by default uses Symfony's cache to store the previous login attempts.
1475
-However, you can implement a custom storage.
+However, you can implement a :ref:`custom storage <rate-limiter-storage>`.
1476
1477
By default, login attempts are limited on ``max_attempts`` (default: 5)
1478
failed requests for ``IP address + username`` and ``5 * max_attempts``
0 commit comments