## Uncomment lines bellow to enable user lockout after number of failed logins
## Number of failed login attempts after which a next failed login attempt will lock the user
## 0 means feature is switched off
## default suggested value is 5
security.lockout.login.attempts=5
## Periods are specified in seconds
## Period of time during which the failed login attempts are counted
## Default is 300s (5 min)
security.lockout.reset.period=300
## Period of time after which a successful login attempt will unlock previously locked user
## Default is 300s (5 min)
security.lockout.unlock.period=300
## Comma separated list of emails which will be notified when user is locked out.
#security.lockout.notification.email=