From 8cb57c4587155d9f2b32fee10e26c7addae59a5a Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Fri, 14 Jan 2000 06:55:45 +0000 Subject: Make wording a little more clear when a username is invalid. --- globals.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'globals.pl') 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 $name is not a valid username. Please hit\n"; - print "the Back button and try again.\n"; + print "The name $name 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 "

Please hit the Back button and try again.\n"; } exit(0); } -- cgit v1.2.3-24-g4f1b