summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-14 07:55:45 +0100
committerterry%mozilla.org <>2000-01-14 07:55:45 +0100
commit8cb57c4587155d9f2b32fee10e26c7addae59a5a (patch)
tree76bede5c4fda459c27ce8ae35b48c8cc00f0cc70 /globals.pl
parentae76aeb8cd3e8fc1350e73bd01f5effaaf726d28 (diff)
downloadbugzilla-8cb57c4587155d9f2b32fee10e26c7addae59a5a.tar.gz
bugzilla-8cb57c4587155d9f2b32fee10e26c7addae59a5a.tar.xz
Make wording a little more clear when a username is invalid.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/globals.pl b/globals.pl
index 136fb8b0e..21acd00a6 100644
--- a/globals.pl
+++ b/globals.pl
@@ -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);
}