{* * $Revision: 1.20 $ * 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"}

{if isset($status.changedPassword)}

{g->text text="Password changed successfully"}

{/if}

{g->text text="You must enter your current password to prove that it's you, then enter your new password twice to make sure that you didn't make a mistake."}

{g->text text="Current Password"} {g->text text="(required)"}

{if isset($form.error.currentPassword.missing)}
{g->text text="You must enter your current password"}
{/if} {if isset($form.error.currentPassword.incorrect)}
{g->text text="Incorrect password"}
{/if}

{g->text text="New Password"} {g->text text="(required)"}

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

{g->text text="Verify New Password"} {g->text text="(required)"}

{if isset($form.error.password2.missing)}
{g->text text="You must enter your new password again!"}
{/if} {if isset($form.error.password2.mismatch)}
{g->text text="The passwords you entered did not match"}
{/if}