63 lines
1.4 KiB
Plaintext
63 lines
1.4 KiB
Plaintext
<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>^IISTITLE^</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>^PWSTITLE^</B></FONT></TD>
|
|
</TR>
|
|
</Table>
|
|
<%endif%>
|
|
|
|
<%onerror error%>
|
|
|
|
<p>
|
|
|
|
Your password will expire soon.<p>
|
|
|
|
<form method="POST" action="/iisadmpwd/aexp4.htr?<%urlparam%>">
|
|
|
|
Do you want to change it now ?<p><p>
|
|
|
|
<input type="hidden" name="acct" value="<%iis.REMOTE_USER%>">
|
|
<input type="submit" value=" OK ">
|
|
<input type="submit" name="cancel" value=" Cancel ">
|
|
|
|
</form>
|
|
|
|
<%goto exit%>
|
|
|
|
<%label error%>
|
|
<%if rpcstatus EQ 86%>
|
|
The specified password is incorrect.<p>
|
|
<%else%>
|
|
Error <%rpcstatus%>
|
|
<%endif%>
|
|
<br>
|
|
<%label main%>
|
|
<a href="http://<%iis.SERVER_NAME%>/">Access default document</a> or select another document.
|
|
<%label exit%>
|
|
</body></html>
|