function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RoyRoy 

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


 

 

DevAngelDevAngel

Hi Roy,

That should do it.  There are no other exceptions that will count toward lock out.