{extends file="simple-layout.tpl"} {* -- We do not check admin login on this page *} {block name="check-auth"}{/block} {block name="page-title"}{intl l='Request a new password'}{/block} {block name="main-title"}{intl l='Request a new password'}{/block} {block name="main-content"}
{form name="thelia.admin.lostpassword"}
{if isset($create_request_success)}
{intl l='An email containing instructions to create a new password was sent to your email address. If you don\'t receive this email, please try again.'}
{/if} {if isset($token_error)}
{intl l='An invalid token was provided, your password cannot be changed. Please try again, and be sure to use the exact URL which is in the e-mail sent to you.'}
{/if}

Please enter your username or email address below. You will receive a link to create a new password via email.

{if $form_error}
{$form_error_message}
{/if}
{form_hidden_fields} {form_field field='success_url'} {/form_field} {form_field field='username_or_email'}
{/form_field}
{intl l='Back'} {/form}
{/block}