Change NT password with Python

Roger Upole rupole at compaq.net
Sat Apr 15 10:29:13 EDT 2000


You can use cgi.FieldStorage to get the old passwd, new passwd and passwd
confirmation off the web page, and use win32net.NetUserChangePassword to
perform the required action.
         Roger Upole

"Nguyen Anh Quynh" <quynhna at hotmail.com> wrote in message
news:38F69231.EE1D9B6D at hotmail.com...
> Dear my friends,
> I am looking for the way to write on Python stuff helping me to change
> NT password, since I would like to change the password of WinNT domain
> via Web page. (That Python stuff will be the CGI)
> Could you point me the way?
> Thank you very much,
>
>





More information about the Python-list mailing list