aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/lostpass_eml.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-16 01:54:57 -0700
committerfriendica <info@friendica.com>2013-05-16 01:54:57 -0700
commit3f86f44df52d9aaeb59aca1fb7576f11f3053278 (patch)
treef837d9a185001d8ebe4783caa7feaf9a4c8119c6 /view/en/lostpass_eml.tpl
parentfe8632ab9d50bbd921a756f4d8c796f9e2e261d1 (diff)
downloadvolse-hubzilla-3f86f44df52d9aaeb59aca1fb7576f11f3053278.tar.gz
volse-hubzilla-3f86f44df52d9aaeb59aca1fb7576f11f3053278.tar.bz2
volse-hubzilla-3f86f44df52d9aaeb59aca1fb7576f11f3053278.zip
convert all the remaining email templates to smarty
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 1330caa12..3b79d2791 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