aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/passchanged_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/passchanged_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/passchanged_eml.tpl')
-rw-r--r--view/en/passchanged_eml.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/view/en/passchanged_eml.tpl b/view/en/passchanged_eml.tpl
index e7cc0e2dc..0d94be3c2 100644
--- a/view/en/passchanged_eml.tpl
+++ b/view/en/passchanged_eml.tpl
@@ -1,5 +1,5 @@
-Dear $[username],
+Dear {{$username}},
Your password has been changed as requested. Please retain this
information for your records (or change your password immediately to
something that you will remember).
@@ -7,14 +7,14 @@ something that you will remember).
Your login details are as follows:
-Site Location: $[siteurl]
-Login Name: $[email]
-Password: $[new_password]
+Site Location: {{$siteurl}}
+Login Name: {{$email}}
+Password: {{$new_password}}
You may change that password from your account settings page after logging in.
Sincerely,
- $[sitename] Administrator
+ {{$sitename}} Administrator