Skip to content

Commit 46f1f6d

Browse files
committed
Enable login throttling
1 parent 73e39b2 commit 46f1f6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/packages/security.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ security:
1515
security: false
1616
main:
1717
lazy: true
18+
login_throttling:
19+
max_attempts: 5 # per minute
1820
form_login:
1921
login_path: app_login
2022
check_path: app_login

0 commit comments

Comments
 (0)