Hi,
Jmix 1.5 version
Brute force protection locks accounts after invalid login patterns, like multiple wrong passwords in a short time. It sometimes skips locking and user can try more than thresholds attempts without locking user.
jmix.security.bruteforceprotection.enabled = true
jmix.security.bruteforceprotection.max-login-attempts-number = 3
jmix.security.bruteforceprotection.block-interval = 120
jmix.security.bruteforceprotection.use-system-context = true
jmix.security.bruteforceprotection.apply-to-all-users = true