templates/mail/ADMIN_PASSWORD_RESET.txt
authorAlan Knowles <alan@roojs.com>
Mon, 4 May 2015 06:08:37 +0000 (14:08 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 4 May 2015 06:08:37 +0000 (14:08 +0800)
templates/mail/ADMIN_PASSWORD_RESET.txt [new file with mode: 0644]

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
+