aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/lostpass_eml.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-04-20 11:39:36 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2012-04-20 11:39:36 +0200
commit6af5a3a4851568bf03078a031ed179a66ef506f5 (patch)
treee247ec0c023e287a8277d1b676672d1152ae51b3 /view/en/lostpass_eml.tpl
parentc88dd1485f31a129f6e00bf92afee241708e7da9 (diff)
downloadvolse-hubzilla-6af5a3a4851568bf03078a031ed179a66ef506f5.tar.gz
volse-hubzilla-6af5a3a4851568bf03078a031ed179a66ef506f5.tar.bz2
volse-hubzilla-6af5a3a4851568bf03078a031ed179a66ef506f5.zip
escape email template var names. fix bug n385.
Diffstat (limited to 'view/en/lostpass_eml.tpl')
-rw-r--r--view/en/lostpass_eml.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/view/en/lostpass_eml.tpl b/view/en/lostpass_eml.tpl
index c350236a4..1330caa12 100644
--- a/view/en/lostpass_eml.tpl
+++ b/view/en/lostpass_eml.tpl
@@ -1,6 +1,6 @@
-Dear $username,
- A request was recently received at $sitename to reset your account
+Dear $[username],
+ A request was recently received at $[sitename] to reset your account
password. In order to confirm this request, please select the verification link
below or paste it into your web browser address bar.
@@ -12,7 +12,7 @@ issued this request.
Follow this link to verify your identity:
-$reset_link
+$[reset_link]
You will then receive a follow-up message containing the new password.
@@ -20,13 +20,13 @@ You may change that password from your account settings page after logging in.
The login details are as follows:
-Site Location: $siteurl
-Login Name: $email
+Site Location: $[siteurl]
+Login Name: $[email]
Sincerely,
- $sitename Administrator
+ $[sitename] Administrator