Bug 147480 - Lack of newlines when asking for password in checksetup.pl. Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave

This commit is contained in:
preed%sigkill.com 2003-07-17 22:57:59 +00:00
Родитель 7b0978e96e
Коммит e4b2885d37
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: ";