create new password email template
This commit is contained in:
20
templates/email/default/password.html
Normal file
20
templates/email/default/password.html
Normal file
@@ -0,0 +1,20 @@
|
||||
{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"},<br /><br />
|
||||
{intl l="You have requested a new password for your account"}.<br /><br />
|
||||
{intl l="Your new password is"} : {$password}<br /><br />
|
||||
{intl l='You can change your password in your user account by opening the "Change my password" link under your personal information'}.<br /><br />
|
||||
{intl l='Kind regards'},<br />
|
||||
- {config key="store_name"}
|
||||
{/block}
|
||||
Reference in New Issue
Block a user