PHP7 fix
[Pman.Core] / templates / mail / password_reset.txt
index e69de29..c8af49d 100644 (file)
@@ -0,0 +1,13 @@
+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}/Login/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}.html
+