WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

WebBatch
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

CGI Forms to Change NT User Passwords

Keywords: 

Question:

I have a need to allow users to change their passwords. I'm looking into the Admin Module for PERL provide by David Roth. I'd like to know if Window Ware provide a clean solution for this and if so are there other Administration pieces you offer.

Answer:

Security concerns aside, it seems like you could set up a web page where the user enters in the new password.

The data entered could be handed to a WEBBatch script to process. The WebBatch script could load the Win32 Network Extender and use the:

	wntChgPswd(server/domain, user-name, old-password, new-password)
function to change the password.

You would have to give the dummy user that IIS uses for the web server the security priviledge to change passwords. Then you would have to add security to the website to verify that it was the actual user actually setting the info. Perhaps just a password on the form would do.


Article ID:   W12448
Filename:   CGI Forms to Change NT User Passwords.txt
File Created: 2013:01:17:11:34:26
Last Updated: 2013:01:17:11:34:26