{* * $Revision: 1.26 $ * 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="Edit a user"}

{g->text text="Username"} {g->text text="(required)"}

{if isset($form.error.userName.duplicate)}
{g->text text="That username is already in use"}
{/if} {if isset($form.error.userName.missing)}
{g->text text="You must enter a new username"}
{/if}

{g->text text="Full Name"}

{if $AdminEditUser.show.email}

{g->text text="E-mail Address"} {g->text text="(suggested)"}

{if isset($form.error.email.missing)}
{g->text text="You must enter an email address"}
{/if} {if isset($form.error.email.invalid)}
{g->text text="Invalid email address"}
{/if} {/if} {if $AdminEditUser.show.language}

{g->text text="Language"}

{/if} {if $AdminEditUser.show.password}

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

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

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

{if isset($form.error.password2.missing)}
{g->text text="You must enter the password a second time"}
{/if} {if isset($form.error.password2.mismatch)}
{g->text text="The passwords you entered did not match"}
{/if} {/if}