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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
8cb57c45
Commit
8cb57c45
authored
Jan 14, 2000
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make wording a little more clear when a username is invalid.
parent
ae76aeb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
globals.pl
globals.pl
+4
-2
No files found.
globals.pl
View file @
8cb57c45
...
...
@@ -452,8 +452,10 @@ sub DBNameToIdAndCheck {
print
"Yikes; couldn't create user $name. Please report problem to "
.
Param
(
"maintainer"
)
.
"\n"
;
}
else
{
print
"The name <TT>$name</TT> is not a valid username. Please hit\n"
;
print
"the <B>Back</B> button and try again.\n"
;
print
"The name <TT>$name</TT> is not a valid username. Either you\n"
;
print
"misspelled it, or the person has not registered for a\n"
;
print
"Bugzilla account.\n"
;
print
"<P>Please hit the <B>Back</B> button and try again.\n"
;
}
exit
(
0
);
}
...
...
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