templates/mail/ADMIN_PASSWORD_RESET.txt
[Pman.Core] / templates / mail / ADMIN_PASSWORD_RESET.txt
diff --git a/templates/mail/ADMIN_PASSWORD_RESET.txt b/templates/mail/ADMIN_PASSWORD_RESET.txt
new file mode 100644 (file)
index 0000000..c8af49d
--- /dev/null
@@ -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
+