69 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			1.5 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>
 | 
						|
 | 
						|
<%if reqparam RF "cancel"%>
 | 
						|
<%redirecthttp%><%urlparam%><%/redirecthttp%>
 | 
						|
<%goto exit%>
 | 
						|
<%endif%>
 | 
						|
 | 
						|
<!-- 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%>
 | 
						|
 | 
						|
<p>
 | 
						|
 | 
						|
<form method="POST" action="https://<%iis.SERVER_NAME%>/_AuthChangeUrl?<%urlparam%>">
 | 
						|
 | 
						|
<table>
 | 
						|
<tr>
 | 
						|
<td>Account</td><td><input type="text" name="acct" value="<%if reqparam RF "acct"%><%msgbody.acct%><%else%><%iis.REMOTE_USER%><%endif%>"></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="submit" value="     OK     ">
 | 
						|
<input type="submit" name="cancel" value=" Cancel ">
 | 
						|
<input type="reset" value="  Reset  ">
 | 
						|
 | 
						|
</form>
 | 
						|
<%label exit%>
 | 
						|
</body>
 | 
						|
</html>
 |