From: preed%sigkill.com <> Date: Fri, 18 Jul 2003 05:57:59 +0000 (+0000) Subject: Bug 147480 - Lack of newlines when asking for password in checksetup.pl. Patch by... X-Git-Tag: bugzilla-2.17.5~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e00caf646f94f443477997991c9775a51d6d6d7;p=thirdparty%2Fbugzilla.git Bug 147480 - Lack of newlines when asking for password in checksetup.pl. Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index ee945653b2..08583f82ea 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -3887,7 +3887,7 @@ if ($sth->rows == 0) { if(! $pass1 ) { print "\n\nIt's just plain stupid to not have a password. Try again!\n"; } elsif ( $pass1 !~ /^.{3,16}$/ ) { - print "The password must be 3-16 characters in length."; + print "\n\nThe password must be 3-16 characters in length.\n"; } } print "\nPlease retype the password to verify: ";