Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validating userid x password
Message
From
26/02/2004 10:06:27
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Validating userid x password
Miscellaneous
Thread ID:
00881067
Message ID:
00881067
Views:
41
Hi,

There is any Windows API function to validate a password for a given userid?

In other words, what I'd like to do is:
 Declare Integer ValidPassword In WinXXX String Userid, String PassWord

 cTestUserId   = "myuserid"
 cTestPassword = "mypassword"

 If ValidPassword (cTestUserId, cTestPassword)
    Messagebox ("Password is correct")
 endif
Thanks for any tips,

Fernando
Next
Reply
Map
View

Click here to load this message in the networking platform