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

  1. <HTML>
  2.  
  3. <title>IIS - Authentication Manager</title>
  4.  
  5. <FONT COLOR=FFFFFF>
  6. <STYLE>
  7.   A  {text-decoration: none}
  8. </STYLE>
  9. </FONT>
  10.  
  11. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  12.  
  13. <!-- Windows NT Server with IIS  -->
  14. <%if platformtype EQ 1%>
  15. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  16. <TR VALIGN=CENTER>
  17.     <TD></TD>
  18.     <TD WIDTH=20> </TD>
  19.     <TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Internet Information Server 4.0<FONT></B></FONT></TD>
  20. </TR>
  21. </Table>
  22. <%endif%>   
  23.  
  24. <!-- Windows NT Workstation with PWS  -->
  25. <%if platformtype EQ 2%>
  26. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  27. <TR VALIGN=CENTER>
  28.     <TD></TD>
  29.     <TD WIDTH=20> </TD>
  30.     <TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Peer Web Services<FONT></B></FONT></TD>
  31. </TR>
  32. </Table>
  33. <%endif%>
  34.  
  35. <p>
  36.  
  37. <%if w3cryptcapable EQ 0%>
  38. Your password has expired.<p>
  39. A secure channel ( SSL or PCT ) is necessary in order to change a password.<p>
  40. SSL/PCT is not installed/enabled on your system, please install it to enable this functionality.<p>
  41. <a href="http://<%iis.SERVER_NAME%>/">Access default document</a> or select another document.
  42. <%goto exit%>
  43. <%endif%>
  44.  
  45. Your password has expired. You can change it now.<p><p>
  46.  
  47. <form method="POST" action="https://<%iis.SERVER_NAME%>/_AuthChangeUrl?<%urlparam%>">
  48.  
  49. <table>
  50. <tr>
  51. <td>Account</td><td><input type="text" name="acct" value="<%iis.REMOTE_USER%>"></td>
  52. </tr>
  53. <tr>
  54. <td>Old password</td><td><input type="password" name="old" value=""></td>
  55. </tr>
  56. <tr>
  57. <td>New password</td><td><input type="password" name="new" value=""></td>
  58. </tr>
  59. <tr>
  60. <td>Confirm new password</td><td><input type="password" name="new2" value=""></td>
  61. </tr>
  62. </table>
  63.  
  64. <p>
  65.  
  66. <input type="hidden" name="denyifcancel" value="">
  67. <input type="submit" value="     OK     ">
  68. <input type="submit" name="cancel" value=" Cancel ">
  69. <input type="reset" value="  Reset  ">
  70.  
  71. </form>
  72. <%label exit%>
  73. </body>
  74. </html>
  75.