]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
refix for 40603: Assumes user is coming from different page
authorcyeh%bluemartini.com <>
Sat, 10 Mar 2001 05:41:27 +0000 (05:41 +0000)
committercyeh%bluemartini.com <>
Sat, 10 Mar 2001 05:41:27 +0000 (05:41 +0000)
reduce wording

createaccount.cgi

index 2ff2c0b1ff5cb87c2103114949ab6f1c7f070fd0..c2358d6fdb58078c9fc9b8105de23dadd9dd75b3 100755 (executable)
@@ -68,10 +68,8 @@ if (defined $login) {
     PutHeader("Account created");
     my $password = InsertNewUser($login, $realname);
     MailPassword($login, $password);
-    print "A bugzilla account for <tt>$login</tt> has been created.  The\n";
-    print "password has been e-mailed to that address.  When it is\n";
-    print "received, you may <a href=query.cgi?GoAheadAndLogIn>click\n";
-    print "here</a> and log in.";
+    print " You can also <a href=query.cgi?GoAheadAndLogIn>click\n";
+    print "here</a> to log in for the first time.";
     PutFooter();
     exit;
 }