Question : Modifying OWA password Prompt


I would like to know how to modify and change password prompt for OWA using Exchange server 2000 and IIS 6.0.  I want to be able to change the domain field, so the domain field will already have the correct domain in.  Also in the account field it comes up with Domain/username and it doesn’t allow me to change my password if I leave it like that.  Right now the user has to remove the Domain from that field. How am i able to make these changes?

Answer : Modifying OWA password Prompt

* If you didn't read my above post, read it 1st *


OK - I modified aexp3.htr in notepad.  It is possible you may have to edit aexp2b.htr but I'm not 100% sure.  My aexp2b.htr is modified too with the hardcoded domain name....but I don't think it's used.

I cut & pasted a portion of aexp3.htr from my own server.  My DOMAIN NAME is WIDGETS
---------------------------------------------------------------------------------------------------------------------

http://<%=Server.HTMLEncode(Request.ServerVariables("SERVER_NAME"))%>/iisadmpwd/achg.htr?<%=Server.HTMLEncode(Request.QueryString)%>">














<%=L_Account_Text%>d>ut type="text" name="acct" value="WIDGETS\">
<%=L_OldPassword_Text%>
<%=L_NewPassword_Text%>
<%=L_Confirm_Text%>d>ut type="password" name="new2" value="">
Random Solutions  
 
programming4us programming4us