home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
iis4_01.cab
/
aexp.htr
< prev
next >
Wrap
Text File
|
1997-11-16
|
2KB
|
75 lines
<HTML>
<title>IIS - Authentication Manager</title>
<FONT COLOR=FFFFFF>
<STYLE>
A {text-decoration: none}
</STYLE>
</FONT>
<BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
<!-- Windows NT Server with IIS -->
<%if platformtype EQ 1%>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR VALIGN=CENTER>
<TD></TD>
<TD WIDTH=20> </TD>
<TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Internet Information Server 4.0<FONT></B></FONT></TD>
</TR>
</Table>
<%endif%>
<!-- Windows NT Workstation with PWS -->
<%if platformtype EQ 2%>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR VALIGN=CENTER>
<TD></TD>
<TD WIDTH=20> </TD>
<TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Peer Web Services<FONT></B></FONT></TD>
</TR>
</Table>
<%endif%>
<p>
<%if w3cryptcapable EQ 0%>
Your password has expired.<p>
A secure channel ( SSL or PCT ) is necessary in order to change a password.<p>
SSL/PCT is not installed/enabled on your system, please install it to enable this functionality.<p>
<a href="http://<%iis.SERVER_NAME%>/">Access default document</a> or select another document.
<%goto exit%>
<%endif%>
Your password has expired. You can change it now.<p><p>
<form method="POST" action="https://<%iis.SERVER_NAME%>/_AuthChangeUrl?<%urlparam%>">
<table>
<tr>
<td>Account</td><td><input type="text" name="acct" value="<%iis.REMOTE_USER%>"></td>
</tr>
<tr>
<td>Old password</td><td><input type="password" name="old" value=""></td>
</tr>
<tr>
<td>New password</td><td><input type="password" name="new" value=""></td>
</tr>
<tr>
<td>Confirm new password</td><td><input type="password" name="new2" value=""></td>
</tr>
</table>
<p>
<input type="hidden" name="denyifcancel" value="">
<input type="submit" value=" OK ">
<input type="submit" name="cancel" value=" Cancel ">
<input type="reset" value=" Reset ">
</form>
<%label exit%>
</body>
</html>