changing user passwords via web interface?

  • Thread starter Thread starter Meyer
  • Start date Start date
M

Meyer

Does anyone know if there is a way, or if there is an
application out there that you can use - to allow users to
hit an intranet web page to change their NT domain
passwords?

The reason I ask is, in an environment where "kiosk" mode
machines are all logged in with generic accounts (XP
machines) - how does a user change his/her passwords (that
may still be used to control login for various apps).

I'm thinking a web interface should do it, but maybe there
is also a full windows app that can do this too.

Any ideas?

Thanks !!!!

Mike
 
From command line you can use 'net user johnny <password>'.
Use 'net user ?' for more syntax.
This shouldnt be hard to code into a webpage...
 
Back
Top