Page 1 of 1

Failed Logins and lock of Account if exceeding defined limit

PostPosted:Thu May 23, 2013 1:53 pm
by armber
Hi,
I am wondering how can failed logins (e.g. with wrong password) be monitored and if a feature can be configured so that a User Account is automatic locked after a defined number of failed logins is reached.
Many thanks,
Armando

Re: Failed Logins and lock of Account if exceeding defined l

PostPosted:Sun May 26, 2013 12:16 pm
by pavila
This feature is not present but can be implemented. You would need to detect the failed authentication and disable the user account. Check Spring Security for this.

Re: Failed Logins and lock of Account if exceeding defined l

PostPosted:Tue May 28, 2013 6:09 am
by armber
Thank you for the clarification,
Armando