
Verify the user password after login
Quote:
> Is there a way to verify the user password after a login?
> I want to force the user to type the network password (NT) in my program to
> when doing an action. I can add an additional password in my database, but
> It would be smother to force the user to type his system login password
> again...
> --
> ---
> Intelligo AB
> Dalvaegen 28, 4 tr
> 169 56 SOLNA
> Tel: +46 8 734 98 60 Fax: +46 8 734 98 61
> http://www.intelligo.se http://prova.dokumenthantering.nu
The user password is A PASSWORD. If anyone would be able to read the
password with a simple program, what would the password be good for ?
You can find out other data, though:
For instance Environ("USERDOMAIN")
Run this:
Dim intI As Integer
For intI = 1 To 27
Debug.Print Environ(intI)
Next