Squash-merging the ISSO3 branch back onto master
[bugdar.git] / locale / en_US / emails / passwordreset.xml.tpl
1 <email>
2 <subject><%- bugdar::$options['trackertitle'] %> Password Reset</subject>
3 <bodyText>Hi {$user->record['displayname']},
4
5 You requested this lost password email at the <%- bugdar::$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 <%- bugdar::$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>