DataObjects/Core_person.php
[Pman.Core] / templates / mail / ADMIN_PASSWORD_RESET.txt
index ccadf5b..53e164f 100644 (file)
@@ -1,7 +1,7 @@
 From: test@test.com
 To: test@test.com
-Subject: [{t.bootLoader.appName}] Password Reset
-Content-Type: text/plain; charset=utf-8
+Subject: [Site name here] Password Reset
+Content-Type: text/html; charset=utf-8
 
 <div>
 Hi {t.person.name},&nbsp;
@@ -16,7 +16,7 @@ Hi {t.person.name},&nbsp;
     <br>
   </div>
   <div>
-    <a href="http://{t.HTTP_HOST}{t.baseURL}/Login/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}.html">http://{t.HTTP_HOST}{t.baseURL}/Login/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}.html</a>
+    <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