mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 01:59:29 +00:00
Make wording a little more clear when a username is invalid.
This commit is contained in:
parent
815241ade6
commit
dd87e0b303
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user