Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can I validate the admin password?

Status
Not open for further replies.

WebStar

Programmer
May 1, 2002
69
DE
I wanna make a windows shell and i need a textbox where I can validate the admin or other user's password... is there a function to do that?
 
I think you can try LogonUser. Allow the user to enter a username and password and call the api function. If it returns true, your good to go. Also, something like ImpersonateUser might work

(not exactly sure of name of Impersonate function)

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top