Skip to content

Commit 08a806f

Browse files
Adding link
1 parent f40f49b commit 08a806f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ You must enable this using the ``login_throttling`` setting:
14721472

14731473
Internally, Symfony uses the :doc:`Rate Limiter component </rate_limiter>`
14741474
which by default uses Symfony's cache to store the previous login attempts.
1475-
However, you can implement a custom storage.
1475+
However, you can implement a :ref:`custom storage <rate-limiter-storage>`.
14761476

14771477
By default, login attempts are limited on ``max_attempts`` (default: 5)
14781478
failed requests for ``IP address + username`` and ``5 * max_attempts``

0 commit comments

Comments
 (0)