From 691b068eedd9f61472e268c7e633f21bfb72ca78 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Sat, 10 Mar 2001 05:41:27 +0000 Subject: refix for 40603: Assumes user is coming from different page reduce wording --- createaccount.cgi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'createaccount.cgi') diff --git a/createaccount.cgi b/createaccount.cgi index 2ff2c0b1f..c2358d6fd 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; } -- cgit v1.2.3-24-g4f1b