|
|
FAQ
Search
Memberlist
Usergroups
Register
Profile
Private messages
Log in
|
|
| Author |
Message |
jones_net Guest
|
Posted: Tue May 16, 2006 4:19 pm Post subject: Change password on AD on a webpage |
|
|
I have an AD with some users. These user should be able to change their
password through a website on a IIS server.
How do I do that?
I imagine something like:
__________________________
username:
old password:
new password:
confirm new password:
"Submit button"
__________________________
The script then checks the old password, and if it is OK, then sets the new
password.
Pretty new at the code part!
/J |
|
| Back to top |
|
 |
|
|
Carlo Cacciafesta Guest
|
Posted: Tue May 16, 2006 4:52 pm Post subject: RE: Change password on AD on a webpage |
|
|
"jones_net" wrote:
| Quote: | I have an AD with some users. These user should be able to change their
password through a website on a IIS server.
How do I do that?
I imagine something like:
__________________________
username:
old password:
new password:
confirm new password:
"Submit button"
__________________________
The script then checks the old password, and if it is OK, then sets the new
password.
Pretty new at the code part!
/J
|
Look here: http://support.microsoft.com/kb/907271/en-us
Regards,
Carlo |
|
| Back to top |
|
 |
|
|