M
MikeL
Hello.
I have a site that uses Basic Authentication (with SSL).
The user has an option within the site to change their password. Since this
affects their domain account the user no longer can access the site after
they change their password. They have to close the browser and then log on
again in a new browser session, and enter their new password at the Windows
logon prompt.
Two questions:
1) After the code commits the password change to AD is there some way to
change the user's credentials (in the credential cache, is that where it's
located?) to reflect the new password so that the user can continue using
the site?
2) Is there a way to remove the current credentials (again, from the
credential cache?) so that I can redirect them to the default page, which
would then prompt them for the user ID and (new) password? This would be my
second choice.
Thanks in advance,
Mike
I have a site that uses Basic Authentication (with SSL).
The user has an option within the site to change their password. Since this
affects their domain account the user no longer can access the site after
they change their password. They have to close the browser and then log on
again in a new browser session, and enter their new password at the Windows
logon prompt.
Two questions:
1) After the code commits the password change to AD is there some way to
change the user's credentials (in the credential cache, is that where it's
located?) to reflect the new password so that the user can continue using
the site?
2) Is there a way to remove the current credentials (again, from the
credential cache?) so that I can redirect them to the default page, which
would then prompt them for the user ID and (new) password? This would be my
second choice.
Thanks in advance,
Mike