Skip to content

Commit 2dde019

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Tweak [Security] Add RateLimiter requirement command
2 parents 664fd09 + 2cbbb39 commit 2dde019

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

security.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,8 +1416,15 @@ Enable remote user authentication using the ``remote_user`` key:
14161416
Limiting Login Attempts
14171417
~~~~~~~~~~~~~~~~~~~~~~~
14181418

1419-
Symfony provides basic protection against `brute force login attacks`_.
1420-
You must enable this using the ``login_throttling`` setting:
1419+
Symfony provides basic protection against `brute force login attacks`_ thanks to
1420+
the :doc:`Rate Limiter component </rate_limiter>`. If you haven't used this
1421+
component in your application yet, install it before using this feature:
1422+
1423+
.. code-block:: terminal
1424+
1425+
$ composer require symfony/rate-limiter
1426+
1427+
Then, enable this feature using the ``login_throttling`` setting:
14211428

14221429
.. configuration-block::
14231430

0 commit comments

Comments
 (0)