Change password popup window/option

Change password popup window/option

am 18.01.2008 00:00:01 von JR

I have an intranet setup on IIS 6.0. When users access it automatically
requires logon to proceed into the site. I want IIS to notify the users that
there password will expire within 12 days of expiring and give them the
option to change there password. I would also like IIS to allow the user to
change there password before logging into the site. Can this be done? How can
I do this??? Thxs so much

Re: Change password popup window/option

am 20.01.2008 10:09:15 von Ken Schaefer

The "pop-up" window is provided by the browser, not by IIS.

Instead you need some functionality in a web page, which queries Active
Directory, to determine time to expiry, and then provides functionality to
allow a user to change their password. This can't be done in the browser
credential authentication window, as this is controlled by the browser.

Cheers
Ken

"JR" wrote in message
news:DBC63296-43D5-4E20-A300-1F24AAF365F2@microsoft.com...
>I have an intranet setup on IIS 6.0. When users access it automatically
> requires logon to proceed into the site. I want IIS to notify the users
> that
> there password will expire within 12 days of expiring and give them the
> option to change there password. I would also like IIS to allow the user
> to
> change there password before logging into the site. Can this be done? How
> can
> I do this??? Thxs so much