Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
6808892b
Commit
6808892b
authored
Apr 26, 2002
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 135817 - update template filename. Oops.
parent
3321a215
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Token.pm
Bugzilla/Token.pm
+2
-1
Token.pm
Token.pm
+2
-1
No files found.
Bugzilla/Token.pm
View file @
6808892b
...
...
@@ -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"
;
...
...
Token.pm
View file @
6808892b
...
...
@@ -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"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment