{* * $Revision: 1.3 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}

{g->text text="Change Password"}

{g->text text="This page will allow you to reset the password on your account."}
{capture name="recoverUrl"} {g->url arg1="view=core.UserAdmin" arg2="subView=core.UserRecoverPassword"} {/capture} {if isset($form.error.request.missing)}
{g->text text="There is no request which matches the username and authorization provided. Request a new authorization from the lost password page"}
{/if} {if isset($form.error.request.tooOld)}
{g->text text="The request you are trying to access has expired. Request a new authorization from the lost password page." arg1=$smarty.capture.recoverUrl}
{/if} {if isset($form.error.authString.missing)}
{g->text text="Authorization missing"}
{/if} {if isset($form.error.userName.missing)}
{g->text text="Username missing"}
{/if}

{g->text text="New Password"}

{if isset($form.error.password.missing)}
{g->text text="You must enter a new password"}
{/if}

{g->text text="Verify New Password"}

{if isset($form.error.password.mismatch)}
{g->text text="The passwords you entered did not match"}
{/if}