Files
cagettepei/lang/master/tpl/mail/forgottenPassword.mtt
T
2020-09-26 18:25:18 +00:00

17 lines
297 B
Plaintext

:: use 'mail/design.mtt'::
<p>
::_("Hello"):: ::user.firstName::,
</p>
<p>
::_("You asked to modify your password,")::
<a href="::link::">::_("Click here to perform this operation")::</a>.
</p>
<p>
::_("Be careful, this link is valid only 24 hours for security reasons.")::
</p>
::end::