* fix menu highlight (invoice sub-pages)
* move calendar drag & drop boxes to right
* bump composer packages and install rate-limiter
* added login throttling
This commit is contained in:
Kevin Papst
2023-02-07 01:01:15 +01:00
committed by GitHub
parent 99ad182358
commit 8095ae298f
5 changed files with 178 additions and 97 deletions

View File

@@ -61,6 +61,10 @@ security:
path: logout
target: homepage
login_throttling:
max_attempts: 5
interval: '5 minutes'
access_decision_manager:
strategy: unanimous
allow_if_all_abstain: false