22 lines
788 B
HTML
Executable File
22 lines
788 B
HTML
Executable File
{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,<br /><br />
|
|
There was recently a request to change the password on your account.<br /><br />
|
|
If you requested this password change, please set a new password by following the link below:<br /><br />
|
|
<a href="__SITE__/forgot?forgot_key=5e20f225cedd08a3" target="_blank">__SITE__/forgot?forgot_key=5e20f225cedd08a3</a><br /><br />
|
|
If you don't want to change your password, just ignore this message.<br /><br />
|
|
Thanks,<br />
|
|
- The Thelia V2 Team
|
|
{/block}
|