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 9e11eea commit b325b4fCopy full SHA for b325b4f
security.rst
@@ -1470,7 +1470,7 @@ You must enable this using the ``login_throttling`` setting:
1470
1471
The ``login_throttling.interval`` option was introduced in Symfony 5.3.
1472
1473
-By default, login attempts are limited on ``max_attempts`` (default: 5)
+Login attempts are limited on ``max_attempts`` (default: 5)
1474
failed requests for ``IP address + username`` and ``5 * max_attempts``
1475
failed requests for ``IP address``. The second limit protects against an
1476
attacker using multiple usernames from bypassing the first limit, without
0 commit comments