<!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 <tt>SET PASSWORD</tt> 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>