home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_01.cab / achg.htr next >
Text File  |  1997-11-16  |  2KB  |  80 lines

  1. <html>
  2. <%onerror error%>
  3.  
  4. <title>IIS - Authentication Manager</title>
  5.  
  6. <FONT COLOR=FFFFFF>
  7. <STYLE>
  8.   A  {text-decoration: none}
  9. </STYLE>
  10. </FONT>
  11.  
  12. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  13.  
  14. <%if reqparam RF "cancel"%>
  15. <%if urlparam RF "denyifcancel"%>
  16. <%!SetHttpStatus "401"%>
  17. <%else%>
  18. <%redirecthttp%><%urlparam%><%/redirecthttp%>
  19. <%endif%>
  20. <%goto end%>
  21. <%endif%>
  22.  
  23. <!-- Windows NT Server with IIS  -->
  24. <%if platformtype EQ 1%>
  25. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  26. <TR VALIGN=CENTER>
  27.     <TD></TD>
  28.     <TD WIDTH=20> </TD>
  29.     <TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Internet Information Server 4.0<FONT></B></FONT></TD>
  30. </TR>
  31. </Table>
  32. <%endif%>   
  33.  
  34. <!-- Windows NT Workstation with PWS  -->
  35. <%if platformtype EQ 2%>
  36. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  37. <TR VALIGN=CENTER>
  38.     <TD></TD>
  39.     <TD WIDTH=20> </TD>
  40.     <TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Peer Web Services<FONT></B></FONT></TD>
  41. </TR>
  42. </Table>
  43. <%endif%>
  44.  
  45. <p>
  46.  
  47. <%if msgbody.new NE msgbody.new2%>
  48. Passwords don't match<p>
  49. <%goto main%>
  50. <%endif%>
  51.  
  52. <%if reqparam RF "domain"%>
  53. <%!ChangePassword msgbody.domain msgbody.acct msgbody.old msgbody.new%>
  54. <%else%>
  55. <%!ChangePassword "" msgbody.acct msgbody.old msgbody.new%>
  56. <%endif%>
  57. Password successfully changed.<p>
  58. <%goto main%>
  59.  
  60. <%label error%>
  61. <!-- Need to hardcode these error codes because the error messages for them
  62. are wrong
  63. -->
  64. <%if rpcstatus EQ 53%>
  65. The specified domain is invalid.<p>
  66. <%elif rpcstatus EQ 1355%>
  67. The specified domain or account did not exist.<p>
  68. <%elif rpcstatus EQ 2245%>
  69. Either the password is too short or password uniqueness restrictions have not been met.<p>
  70. <%else%>
  71. <%rpcstatusstring%>
  72. <%endif%>
  73.  
  74. <br>
  75. <%label main%>
  76. <a href="<%urlparam%>">
  77. Back to <%urlparam%>
  78. </a>
  79. <%label end%>
  80. </body></html>