Files
sterivein/templates/frontOffice/default/email/password.html
gmorel a801f9bfb8 Merge
2013-11-28 22:32:39 +01:00

22 lines
643 B
HTML
Executable File

{extends file="email/template.tpl"}
{* Open in browser *}
{block name="email-browsers"}{/block}
{* Subject *}
{block name="email-subject"}Your password for Thelia V2{/block}
{* Title *}
{block name="email-title"}Password{/block}
{* Content *}
{block name="email-content"}
Hi there,<br /><br />
You have requested a new password for your Thelia V2 account.<br /><br />
Your new password is:<br />
__PASSWORD__<br /><br />
You can change your password in your user account by opening the "Change my password" link under your personal information.<br /><br />
Kind regards,<br />
- The Thelia V2 Team
{/block}