We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e39b2 commit 46f1f6dCopy full SHA for 46f1f6d
config/packages/security.yaml
@@ -15,6 +15,8 @@ security:
15
security: false
16
main:
17
lazy: true
18
+ login_throttling:
19
+ max_attempts: 5 # per minute
20
form_login:
21
login_path: app_login
22
check_path: app_login
0 commit comments