From: cyeh%bluemartini.com <>
Date: Sat, 10 Mar 2001 05:41:27 +0000 (+0000)
Subject: refix for 40603: Assumes user is coming from different page
X-Git-Tag: bugzilla-2.12~58
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691b068eedd9f61472e268c7e633f21bfb72ca78;p=thirdparty%2Fbugzilla.git
refix for 40603: Assumes user is coming from different page
reduce wording
---
diff --git a/createaccount.cgi b/createaccount.cgi
index 2ff2c0b1ff..c2358d6fdb 100755
--- a/createaccount.cgi
+++ b/createaccount.cgi
@@ -68,10 +68,8 @@ if (defined $login) {
PutHeader("Account created");
my $password = InsertNewUser($login, $realname);
MailPassword($login, $password);
- print "A bugzilla account for $login has been created. The\n";
- print "password has been e-mailed to that address. When it is\n";
- print "received, you may click\n";
- print "here and log in.";
+ print " You can also click\n";
+ print "here to log in for the first time.";
PutFooter();
exit;
}