Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Jun : username, password verification
| Subject: | username, password verification |
| Posted by: | "Terry" (coole..@woh.rr.com) |
| Date: | Tue, 20 Jun 2006 09:00:38 |
I would like to password protect the use of my application. Only the
user with rights to use the pc can access the program. Loading the app
requires a password, and if the app goes to sleep, a password dialog
goes up so that a casual user cannot use the app. Rather than keeping a
userid, password table in the database I would like to use the windows
userid, password. Is there an api call that I can send the userid,
password the user provides for verification?
thank you for any help..