Replacing failedlogin.thtml

0
No votes yet

I'd like to change our failed login experience to be something other than what's in failedlogin.thtml. I'd actually like to go to a completely different page.

I realize I will lose the number of attempts counters and all that, but that's ok.

I tried the easiest method, a refresh as in:

 meta http-equiv="refresh" content="0:mywebpage..." 

This works fine in Firefox, but not in IE. Just sits and spins.
Any ideas?
Thanks, Bob.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

replacing faillogin.html found

Never mind, I figured it out myself.

For those who are curious, change the window.location.replace value in the function loginLink() to the url you want to go to and change the setTimeout value for this function to whatever you want. Default is 15 seconds.

bob.