Skip to content

Commit b325b4f

Browse files
Deleting duplicate "default"
Since you cannot configure the ``5 * max_attempts`` part, this is an unnecessary duplication.
1 parent 9e11eea commit b325b4f

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

14711471
The ``login_throttling.interval`` option was introduced in Symfony 5.3.
14721472

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

0 commit comments

Comments
 (0)