Skip to content

Commit ba499ba

Browse files
committed
minor #17177 Deleting duplicate "default" (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- Deleting duplicate "default" Since you cannot configure the ``5 * max_attempts`` part, this is an unnecessary duplication. Commits ------- b325b4f Deleting duplicate "default"
2 parents 02bf0be + b325b4f commit ba499ba

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
@@ -1476,7 +1476,7 @@ You must enable this using the ``login_throttling`` setting:
14761476

14771477
The ``login_throttling.interval`` option was introduced in Symfony 5.3.
14781478

1479-
By default, login attempts are limited on ``max_attempts`` (default: 5)
1479+
Login attempts are limited on ``max_attempts`` (default: 5)
14801480
failed requests for ``IP address + username`` and ``5 * max_attempts``
14811481
failed requests for ``IP address``. The second limit protects against an
14821482
attacker using multiple usernames from bypassing the first limit, without

0 commit comments

Comments
 (0)