{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}

{g->text text="Create A New User"}

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

{if isset($form.error.userName.missing)}
{g->text text="You must enter a username"}
{/if} {if isset($form.error.userName.exists)}
{g->text text="Username '%s' already exists" arg1=$form.userName}
{/if}

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

{g->text text="Email Address"} {g->text text="(required)"}

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

{g->text text="Language"}

{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}