PHP7 fix
[Pman.Core] / templates / mail / password_reset.txt
1 From: {t.from.getEmailFrom():h}
2 To: {t.person.getEmailFrom():h}
3 Subject: [{t.bootLoader.appName}] Password Reset
4 Content-Type: text/plain; charset=utf-8
5
6 Hi {t.person.name},
7
8 Someone, presumably you has requested a Password reset,
9
10 Click on the URL below to Reset your Password.
11
12 http://{t.HTTP_HOST}{t.baseURL}/Login/PasswordReset/{t.person.id}/{t.authFrom}/{t.authKey}.html
13