Asking for network password
Since I am running an all-windows environment, people dont need to login to use my site. I assess permissions based on the nework username. Works great and has been adequate for years.
Now I have a project where we want to allow the end user to enter text into a text box, and commit that information to a database. The problem is that we would like to require the end user to enter their network password at the time of submission to validate that this really is the correct end user, and not just somebody jumping on the computer while another user is logged on.
While I am skeptical as to the validity of this "security measure", it is still up to me to implement it.
I tried using CFLDAP, but that does not give me access to the password, due to the permissions that CF logs in under. The political battle it would take to make that happen is not appealing to me.
Is there a way that I can insert a cfinput field with a type of "password" and validate it somehow? Barring that, can I create my submission page on a page that is NOT set up for authentication, thus immediately prompting for a network password?
Using CF8, BTW.
