2025-04-27 07:49:33 -04:00

74 lines
1.6 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/aexp2.htr?<%urlparam%>">
<%if w3cryptcapable EQ 0%>
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><p>
<input type="submit" name="cancel" value=" OK ">
<%else%>
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 ">
<%endif%>
</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>