[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033]
[0034]
[0035]
[0036]
[0037]
[0038]
[0039]
[0040]
[0041]
[0042]
[0043]
[0044]
[0045]
[0046]
[0047]
<!DOCTYPE html>
<html>
<!--#ssi
## *** see WASD Technical Overview for configuration ***
#config trace="0"
#modified expires="0"
##
#set var=title   value="Change Expired VMS Authentication"
#set var=current value="Current"
#set var=new     value="New"
#set var=verify  value="Verify"
#set var=change  value="Change"
#set var=reset   value="Reset"
##
-->
<head>
<title><!--#echo var="{title}" --></title>
</head>
<body link="#0000cc" vlink="#0000cc">
<h2><!--#echo var="{title}" --></h2>
<p><form method="POST" <!--#echo "ACTION=\"/httpd/-/change/{form_realm}/\"" -->>
<table cellpadding="5" cellspacing="0" border="1">
<tr><td>
<table cellpadding="5" cellspacing="0" border="0">
<tr><td align="left" colspan="2">

Your VMS password on this system has expired.<br>
You need your current password to make the change.<br>
This is the equivalent of performing a&nbsp; <tt>SET PASSWORD</tt>&nbsp; at the
command-line prompt.<br>
Password restrictions, history and dictionary checking will be enforced.<br>

</td></tr>
</table>
<table cellpadding="5" cellspacing="0" border="0">
<tr><th align="RIGHT"><!--#echo var="{current}" -->:</th><td align="left">
<input type="password" size="31" maxlength="31" name="pwc"></td></tr>
<tr><th align="RIGHT"><!--#echo var="{new}" -->:</th><td align="left">
<input type="password" size="31" maxlength="31" name="pwn"></td></tr>
<tr><th align="RIGHT"><!--#echo var="{verify}" -->:</th><td align="LEFT">
<input type="password" size="31" maxlength="31" name="pwv"></td></tr>
<tr><td colspan="2"><input type="submit" value=" <!--#echo var="{change}" --> ">
<input type="reset" value=" <!--#echo var="{reset}" --> "></td></tr>
</table>
</table>
</form>
</html>