{extends file="email-layout.tpl"} {* Open in browser *} {block name="browser"}{/block} {* Subject *} {block name="email-subject"}{intl l="Your password for %store" store={config key="store_name"}}{/block} {* Title *} {block name="email-title"}{intl l="Password"}{/block} {* Content *} {block name="email-content"} {intl l="Hi there"},

{intl l="You have requested a new password for your account"}.

{intl l="Your new password is"} : {$password}

{intl l='You can change your password in your user account by opening the "Change my password" link under your personal information'}.

{intl l='Kind regards'},
- {config key="store_name"} {/block}