r1561: Removing the accidential "A" put in check_bug_permissions() that I now just...
[bugdar.git] / templates / email / passwordreset.xml.tpl
1 <email>
2 <subject>{$bugsys->options['trackertitle']} Password Reset</subject>
3 <bodyText>Hi {$user->objdata['displayname']},
4
5 You requested this lost password email at the {$bugsys->options['trackertitle']} bug tracker. To reset your password, simply click the link below (or paste it into your browser window exactly) and enter a new password.
6
7 {$bugsys->options['trackerurl']}/login.php?do=recoverpw&amp;activator=$activator
8
9 If you did not request this, do not worry as this notice will expire in 24 hours.</bodyText>
10 </email>