Hi,

In our one of the Profile, we set FAILED_LOGIN_ATTEMPTS as 5. I want to check how many times user hits the database with wrong password. Before it locks the account, I want to warn the user that only X no of attempts he has..

Is there any way to count failed login attempts?

Thanks in advance.