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

{g->text text="Username"}

{if isset($form.error.userName.missing)}
{g->text text="You must enter a username"}
{elseif isset($form.error.userName.disabled)}
{g->text text="Logins temporarily disabled due to multiple failed login attempts."}
{/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}