{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,
You have requested a new password for your Thelia V2 account.
Your new password is:
__PASSWORD__
You can change your password in your user account by opening the "Change my password" link under your personal information.
Kind regards,
- The Thelia V2 Team
{/block}