diff --git a/public/templates/mail/contactform/body.tpl b/public/templates/mail/contactform/body.tpl index 5f0d1b9f..293b6a2a 100644 --- a/public/templates/mail/contactform/body.tpl +++ b/public/templates/mail/contactform/body.tpl @@ -1,10 +1,10 @@
{$WEBSITENAME} Message,
-{$DATA.senderName} Sent you a message
-Senders Email: {$DATA.senderEmail}
-Subject: {$DATA.senderSubject}
-Personal message:
{$DATA.senderMessage}
+{nocache}{$DATA.senderName}{/nocache} Sent you a message
+Senders Email: {nocache}{$DATA.senderEmail}{/nocache}
+Subject: {nocache}{$DATA.senderSubject}{/nocache}
+Personal message:
{nocache}{$DATA.senderMessage}{/nocache}
diff --git a/public/templates/mail/invitations/body.tpl b/public/templates/mail/invitations/body.tpl index 353b82e0..c0adb7ff 100644 --- a/public/templates/mail/invitations/body.tpl +++ b/public/templates/mail/invitations/body.tpl @@ -1,9 +1,9 @@Hello valued miner,
{$DATA.username} invited you to participate on this pool: -
http://{$smarty.server.SERVER_NAME}{$smarty.server.PHP_SELF}?page=register&token={$DATA.token}
-{if $DATA.message}Personal message:
{$DATA.message}
{/if} +{nocache}{$DATA.username}{/nocache} invited you to participate on this pool: +
http://{$smarty.server.SERVER_NAME}{$smarty.server.PHP_SELF}?page=register&token={nocache}{$DATA.token}{/nocache}
+{if $DATA.message}Personal message:
{nocache}{$DATA.message}{/nocache}
{/if}Cheers,
Website Administration
diff --git a/public/templates/mail/notifications/auto_payout.tpl b/public/templates/mail/notifications/auto_payout.tpl index 6d045357..e8519acc 100644 --- a/public/templates/mail/notifications/auto_payout.tpl +++ b/public/templates/mail/notifications/auto_payout.tpl @@ -1,7 +1,7 @@An automated payout completed.
-Amount: {$DATA.amount}
+Amount: {nocache}{$DATA.amount}{/nocache}
One of your workers is currently IDLE: {$DATA.worker}
+One of your workers is currently IDLE: {nocache}{$DATA.worker}{/nocache}
We have not received any shares for this worker in the past 10 minutes.
Since monitoring is enabled for this worker, this notification was sent.
An manual payout request completed.
-Amount: {$DATA.amount}
+Amount: {nocache}{$DATA.amount}{/nocache}
Hello {$DATA.username},
Hello {nocache}{$DATA.username}{/nocache},
You have requested a password reset through our online form. In order to complete the request please follow this link:
-http://{$smarty.server.SERVER_NAME}{$smarty.server.PHP_SELF}?page=password&action=change&token={$DATA.token}
+http://{$smarty.server.SERVER_NAME}{$smarty.server.PHP_SELF}?page=password&action=change&token={nocache}{$DATA.token}{/nocache}
You will be asked to change your password. You can then use this new password to login to your account.
Cheers,
Website Administration
diff --git a/public/templates/mail/register/confirm_email.tpl b/public/templates/mail/register/confirm_email.tpl index 67ea72c5..395a2c8f 100644 --- a/public/templates/mail/register/confirm_email.tpl +++ b/public/templates/mail/register/confirm_email.tpl @@ -1,8 +1,8 @@ -Hello {$DATA.username},
Hello {nocache}{$DATA.username}{/nocache},
You have create a new account. In order to complete the registration process please follow this link:
-http://{$smarty.server.SERVER_NAME}{$smarty.server.PHP_SELF}?page=account&action=confirm&token={$DATA.token}
+http://{$smarty.server.SERVER_NAME}{$smarty.server.PHP_SELF}?page=account&action=confirm&token={nocache}{$DATA.token}{/nocache}
Cheers,
Website Administration
diff --git a/public/templates/mail/subject.tpl b/public/templates/mail/subject.tpl index 94fd6a28..5d4a4b28 100644 --- a/public/templates/mail/subject.tpl +++ b/public/templates/mail/subject.tpl @@ -1 +1 @@ -[ {$WEBSITENAME} ] {$SUBJECT} +[ {$WEBSITENAME} ] {nocache}{$SUBJECT}{/nocache}