Skip to content

Commit 55f83c2

Browse files
committed
fix
1 parent 5daf4cb commit 55f83c2

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
@@ -555,7 +555,7 @@ You must enable this using the ``login_throttling`` setting:
555555
556556
// by default, the feature allows 5 login attempts per minute
557557
$mainFirewall
558-
->loginThrottling(null);
558+
->loginThrottling();
559559
560560
// configure the maximum login attempts (per minute)
561561
$mainFirewall

0 commit comments

Comments
 (0)