templates/mail/password_reset.txt
[Pman.Core] / templates / mail / password_reset.txt
index 7c56cbf..c8af49d 100644 (file)
@@ -1,11 +1,13 @@
-From: {t.person.getEmailFrom:h}
-To: {t.person.getEmailFrom:h}
+From: {t.from.getEmailFrom():h}
+To: {t.person.getEmailFrom():h}
 Subject: [{t.bootLoader.appName}] Password Reset
 Content-Type: text/plain; charset=utf-8
 
+Hi {t.person.name},
+
 Someone, presumably you has requested a Password reset,
 
 Click on the URL below to Reset your Password.
 
-http://{t.HTTP_HOST}{t.baseURL}/PasswordReset/{t.id}/{t.authFrom}/{t.authKey}.html
+http://{t.HTTP_HOST}{t.baseURL}/Login/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}.html