[0005509] Installer: Fixed errors handling, fixed errors on db passwords containg...
[fa-stable.git] / includes / ui / ui_input.inc
index 0b59aaaac15cce9fefa937f56d37de597de0cc0a..7f680eaf8a05d5368174e6c550f7125fdaec30ea 100644 (file)
@@ -696,7 +696,7 @@ function date_row($label, $name, $title=null, $check=null, $inc_days=0, $inc_mon
 function password_row($label, $name, $value)
 {
        echo "<tr><td class='label'>$label</td>";
-       label_cell("<input type='password' name='$name' size=20 maxlength=20 value='$value' >");
+       label_cell("<input type='password' name='$name' size=32 maxlength=32 value='$value' >");
        echo "</tr>\n";
 }