{include file="header.tpl.html" extra_title="Request a Password"}

{literal} {/literal} {if not $result} {capture assign="note_message"} {t}Note: Please enter your email address below and a new random password will be created and assigned to your account. For security purposes a confirmation message will be sent to your email address and after confirming it the new password will be then activated and sent to you.{/t} {/capture} {include file="yellow_note.tpl.html" content=$note_message} {/if}
{if $result != 0} {else} {/if}

{t}Request a Password{/t}


{if $result == -1} {t}Error: An error occurred while trying to run your query.{/t} {elseif $result == 1} {t}Thank you, a confirmation message was just emailed to you. Please follow the instructions available in this message to confirm your password creation request.{/t} {elseif $result == 3} {t}Error: Your user status is currently set as inactive. Please contact your local system administrator for further information.{/t} {elseif $result == 4} {t}Error: Please provide your email address.{/t} {elseif $result == 5} {t}Error: No user account was found matching the entered email address.{/t} {/if}
{t}Email Address:{/t} {include file="error_icon.tpl.html" field="email"}
{t}Back to Login Form{/t}
{literal} {/literal} {include file="footer.tpl.html"}