You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
372 B
17 lines
372 B
:: use 'mail/design.mtt'::
|
|
|
|
<p>
|
|
::_("Hello"):: ::user.firstName::,
|
|
</p>
|
|
<p>
|
|
::__("A new password has been defined for ::site::",{site:NAME})::
|
|
<br/>
|
|
::raw __("The new password is <b>::pass::</b>, don't forget it !",{pass:password})::
|
|
</p>
|
|
<p>
|
|
::raw __("You can use the following emails to log into your account : <b>::emails::</b>",{emails:emails})::
|
|
</p>
|
|
|
|
::end::
|
|
|
|
|