]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 147480 - Lack of newlines when asking for password in checksetup.pl. Patch by...
authorpreed%sigkill.com <>
Fri, 18 Jul 2003 05:57:59 +0000 (05:57 +0000)
committerpreed%sigkill.com <>
Fri, 18 Jul 2003 05:57:59 +0000 (05:57 +0000)
checksetup.pl

index ee945653b2713c184568cb763f33ea238600f6ec..08583f82ea70c93075125c10bfc5fc33ed308e5f 100755 (executable)
@@ -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: ";