Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on…

Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on errors looking up email addresses. Patch by <jake@acutex.net> r= justdave@syndicomm.com
parent f3f3e005
......@@ -666,6 +666,7 @@ sub DBNameToIdAndCheck {
print "Yikes; couldn't create user $name. Please report problem to " .
Param("maintainer") ."\n";
} else {
print "\n"; # http://bugzilla.mozilla.org/show_bug.cgi?id=80045
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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment