You need to sign in to do that
Don't have an account?

Bad Logins
Hello,
I am attempting to catch "Bad Logins" before 3 times so the user's credentials are not disabled.
Currently, I am basing the logic off of Exceptions thrown by the API which include a message of:
"INVALID_LOGIN"
OR
"username or password not valid"
Is this sufficient or are there other messages that need to be trapped as well?
Development in Visual Studio 2003 (VB) & Enterprise 2.5 API.
Thanks
Roy
Hi Roy,
That should do it. There are no other exceptions that will count toward lock out.