aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-26 13:46:16 +0000
committergerv%gerv.net <>2002-04-26 13:46:16 +0000
commit6808892ba82eb158ec62ee204cd1832a1d261de2 (patch)
tree6cd88e77f29dbbf7d897c84a7df3fb3e6e2ae5bf /Bugzilla
parentBug 140124 - PuntTryAgain must die. Patch by gerv, 2xr=myk. (diff)
downloadbugzilla-6808892ba82eb158ec62ee204cd1832a1d261de2.tar.gz
bugzilla-6808892ba82eb158ec62ee204cd1832a1d261de2.tar.bz2
bugzilla-6808892ba82eb158ec62ee204cd1832a1d261de2.zip
Bug 135817 - update template filename. Oops.
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Token.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Token.pm b/Bugzilla/Token.pm
index 07e5de698..3f75eeb95 100644
--- a/Bugzilla/Token.pm
+++ b/Bugzilla/Token.pm
@@ -122,7 +122,8 @@ sub IssuePasswordToken {
$vars->{'emailaddress'} = $loginname . &::Param('emailsuffix');
my $message = "";
- $template->process("account/email/password.txt.tmpl", $vars, \$message)
+ $template->process("account/password/forgotten-password.txt.tmpl",
+ $vars, \$message)
|| &::ThrowTemplateError($template->error());
open SENDMAIL, "|/usr/lib/sendmail -t -i";