{* * $Revision: 1.4 $ * 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->hiddenFormVars}

{g->text text="Username"}

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

{g->text text="Password"}

{if isset($form.error.password.missing)}
{g->text text="You must enter a password"}
{/if} {if isset($form.error.password.invalid)}
{g->text text="Your login information is incorrect. Please try again."}
{/if}