Verify the user password after login 
Author Message
 Verify the user password after login

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.*-*-*.com/ http://www.*-*-*.com/



Fri, 26 Oct 2001 03:00:00 GMT  
 Verify the user password after login
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



Fri, 26 Oct 2001 03:00:00 GMT  
 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



Sun, 04 Nov 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Verify user and password

2. Verify user and password

3. Verify user name and password under ANY OS?

4. verify user's password

5. Verify User Id and Password

6. Verify User Name and Password

7. verify NT user's password in 98

8. Verify User and Password

9. Verify user's password

10. Verifying User Names and Passwords..

11. DirectoryEntry Set User Login Password

12. HELP:LOGIN DIALOG BOX USER/PASSWORD

 

 
Powered by phpBB® Forum Software