Password Manager

[if not(pswd_chged)][form target=*logon][hide token$][hide user$]

New Password: [input newPswd1$ type=password format=("pattern:"+%webster'PswdRegExp$) len=50 size=30 tip=(%webster'PswdTip$)]
Confirm New Password: [input newPswd2$ type=password format=("pattern:"+%webster'PswdRegExp$) len=50 size=30 tip=(%webster'PswdTip$)] [show diffpswd$ calc="newPswd2$==newPswd1$ ? '':'Passwords do not match' "]
  Please enter your new password.  Both field must match.
  [show err_msg$][if err_length]Passwords are to short[/if]
  [button validate event=chgpswd text="Change Password" type=submit]  [button text=Cancel link=page:*default]

[/form][else]

[symbol check-circle class="font_300 text_#00aa00"] Your password has been changed succesfully.

You may now log on to the system using your new password.

[/if]