Pages

Thursday, September 6, 2007

Script to change the https to http for PASSWORD change page

By default the password change pages require SSL.

You can change the PasswordChangeFlags to enable non-secure password changing:

cscript c:\inetpub\adminscripts\adsutil.vbs set w3svc/passwordchangeflags 1
The value defaults to 6 which means password change is disabled and no advance notice is given.
A value of 1 means allow non-secure password change and give notice prior to password expiring.

No comments:

Post a Comment