Shaggy,
Thanks for that. I could not find anything so I did it myself. The new password.asp page should be -
< Code removed />
And then in inc_header.asp, look for -
" <a href=""password.asp""" & dWStatus("Choose a new password if you have forgotten your current one...") & " tabindex=""-1"">Forgot your "
if strAuthType = "nt" then Response.Write("Admin ")
Response.Write "Password?</a>" & vbNewLine
and make it look like -
" <a href=""password.asp""" & dWStatus("Recover your username or choose a new password if you have forgotten your current one...") & " tabindex=""-1"">Forgot your "
if strAuthType = "nt" then Response.Write("Admin ")
Response.Write "Username or Password?</a>" & vbNewLine
< Editted by Shaggy to large code extract. If you need to post the contents of a file, please link to a *.txt copy of that file, rather than posting it directly to the forums /><