Re: Any way to display a "bad password entered" message at https l
- From: Sandy Wood <sandy.wood@xxxxxxxxxx>
- Date: Tue, 1 Apr 2008 13:23:00 -0700
We're doing HTTP based auth, NT Authentication. Looks like we'll need to
write some custom code in any case.
--
Sandy Wood
Orange County District Attorney
"Ken Schaefer" wrote:
What sort of authentication are you attempting to do?.
If it's forms based auth (e.g. user enters credentials into a HTML form),
then IIS has no knowledge of whether the user is authenticated or not (it's
just displayed HTML pages). You need to write some code to display
appropraite HTML.
If it's HTTP based authN (e.g. the browser pops up a dialogue box asking the
user to enter credentials), then this isn't controlled by IIS either. IIS is
just sending a HTTP 401 status to the browser, and it's the browser that
then chooses to display the credentials dialogue box (or not). The only way
here would be to change what IIS does (i.e. not send back a 401
Unauthorized, but a 200 OK instead, with your custom message)
Cheers
Ken
--
My IIS blog: http://adopenstatic.com/blog
"Sandy Wood" <sandy.wood@xxxxxxxxxx> wrote in message
news:5444DC16-55C7-41EF-BE67-B9E58D15A1CE@xxxxxxxxxxxxxxxx
Our management want's us to be able to display a message when users
attempt
to logon to one of our secure sites. Now if a user enters an incorrect
password. the logon window just flashes and clears out any username and
password that was entered. Short of writing custom code, is there any way
withing IIS to display some sort of user feedback?
--
Sandy Wood
Orange County District Attorney
- Follow-Ups:
- Re: Any way to display a "bad password entered" message at https l
- From: Ken Schaefer
- Re: Any way to display a "bad password entered" message at https l
- References:
- Any way to display a "bad password entered" message at https logon
- From: Sandy Wood
- Re: Any way to display a "bad password entered" message at https logon
- From: Ken Schaefer
- Any way to display a "bad password entered" message at https logon
- Prev by Date: Re: Any way to display a "bad password entered" message at https logon
- Next by Date: Re: Any way to display a "bad password entered" message at https l
- Previous by thread: Re: Any way to display a "bad password entered" message at https logon
- Next by thread: Re: Any way to display a "bad password entered" message at https l
- Index(es):
Relevant Pages
|