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

  • Thread starter javiernews via AccessMonster.com
  • 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
 
R

Rick Brandt

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.
 
J

javiernews via AccessMonster.com

Ok !!

I undestand........
Thank You for yours answers.

Javier
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top