File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1465,8 +1465,15 @@ Enable remote user authentication using the ``remote_user`` key:
1465
1465
Limiting Login Attempts
1466
1466
~~~~~~~~~~~~~~~~~~~~~~~
1467
1467
1468
- Symfony provides basic protection against `brute force login attacks `_.
1469
- You must enable this using the ``login_throttling `` setting:
1468
+ Symfony provides basic protection against `brute force login attacks `_ thanks to
1469
+ the :doc: `Rate Limiter component </rate_limiter >`. If you haven't used this
1470
+ component in your application yet, install it before using this feature:
1471
+
1472
+ .. code-block :: terminal
1473
+
1474
+ $ composer require symfony/rate-limiter
1475
+
1476
+ Then, enable this feature using the ``login_throttling `` setting:
1470
1477
1471
1478
.. configuration-block ::
1472
1479
You can’t perform that action at this time.
0 commit comments