{extends file="email/template.tpl"}
{* Open in browser *}
{block name="email-browsers"}{/block}
{* Subject *}
{block name="email-subject"}Thelia V2 password reset confirmation{/block}
{* Title *}
{block name="email-title"}Password Reset{/block}
{* Content *}
{block name="email-content"}
Hi there,
There was recently a request to change the password on your account.
If you requested this password change, please set a new password by following the link below:
__SITE__/forgot?forgot_key=5e20f225cedd08a3
If you don't want to change your password, just ignore this message.
Thanks,
- The Thelia V2 Team
{/block}