DataObjects/Core_person.php
[Pman.Core] / templates / mail / ADMIN_PASSWORD_RESET.txt
1 From: test@test.com
2 To: test@test.com
3 Subject: [Site name here] Password Reset
4 Content-Type: text/html; charset=utf-8
5
6 <div>
7 Hi {t.person.name},&nbsp;
8 <div>
9   <br>
10   <div>Someone, presumably you has requested a Password reset,&nbsp;</div>
11   <div>
12     <br>
13   </div>
14   <div>Click on the URL below to Reset your Password.&nbsp;</div>
15   <div>
16     <br>
17   </div>
18   <div>
19     <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>
20   </div>
21 </div>
22 </div>