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 @@ -1416,8 +1416,15 @@ Enable remote user authentication using the ``remote_user`` key:
1416
1416
Limiting Login Attempts
1417
1417
~~~~~~~~~~~~~~~~~~~~~~~
1418
1418
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:
1421
1428
1422
1429
.. configuration-block ::
1423
1430
You can’t perform that action at this time.
0 commit comments