MOVED templates/mail/ADMIN_PASSWORD_RESET.txt to templates/mail/ADMIN_PASSWORD_RESET...
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:04:30 +0000 (10:04 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 02:04:30 +0000 (10:04 +0800)
templates/mail/ADMIN_PASSWORD_RESET.html [new file with mode: 0644]

diff --git a/templates/mail/ADMIN_PASSWORD_RESET.html b/templates/mail/ADMIN_PASSWORD_RESET.html
new file mode 100644 (file)
index 0000000..53e164f
--- /dev/null
@@ -0,0 +1,22 @@
+From: test@test.com
+To: test@test.com
+Subject: [Site name here] Password Reset
+Content-Type: text/html; charset=utf-8
+
+<div>
+Hi {t.person.name},&nbsp;
+<div>
+  <br>
+  <div>Someone, presumably you has requested a Password reset,&nbsp;</div>
+  <div>
+    <br>
+  </div>
+  <div>Click on the URL below to Reset your Password.&nbsp;</div>
+  <div>
+    <br>
+  </div>
+  <div>
+    <a href="http://{t.HTTP_HOST}{t.baseURL}/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}">http://{t.HTTP_HOST}{t.baseURL}/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}</a>
+  </div>
+</div>
+</div>
\ No newline at end of file