Password , limit the number of trys, is it possible ???

  • Thread starter Thread starter javiernews via AccessMonster.com
  • Start date Start date
J

javiernews via AccessMonster.com

Hi
Is is possible to limit the number of trys entering the User's Pasword ??
(I'm No talking about Global DB password, I'm talking about Users Security)
Javier
 
javiernews said:
Hi
Is is possible to limit the number of trys entering the User's
Pasword ?? (I'm No talking about Global DB password, I'm talking
about Users Security) Javier

Only way I know of...

First open a non-secure app which provides a login form that you create.
Use the supplied credentials to attempt to open a workspace session using
the secure workgroup. If successful shell the secured app with those
credentials passed as comand line arguments. If three failed attempts occur
display an error and close the app.

Of course the user might figure out how to bypass the first app and go
straight to the second one.
 
Back
Top