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
691b068e
Commit
691b068e
authored
Mar 10, 2001
by
cyeh%bluemartini.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refix for 40603: Assumes user is coming from different page
reduce wording
parent
1a02e681
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
createaccount.cgi
createaccount.cgi
+2
-4
No files found.
createaccount.cgi
View file @
691b068e
...
...
@@ -68,10 +68,8 @@ if (defined $login) {
PutHeader
(
"Account created"
);
my
$password
=
InsertNewUser
(
$login
,
$realname
);
MailPassword
(
$login
,
$password
);
print
"A bugzilla account for <tt>$login</tt> has been created. The\n"
;
print
"password has been e-mailed to that address. When it is\n"
;
print
"received, you may <a href=query.cgi?GoAheadAndLogIn>click\n"
;
print
"here</a> and log in."
;
print
" You can also <a href=query.cgi?GoAheadAndLogIn>click\n"
;
print
"here</a> to log in for the first time."
;
PutFooter
();
exit
;
}
...
...
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