From: Janusz Dobrowolski Date: Tue, 19 Dec 2017 12:10:01 +0000 (+0100) Subject: Password field in installer changed to hide text. X-Git-Tag: v2.4.4~35 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=6ad3696e667dae724be6b85a10610df5889851fc;p=fa-stable.git Password field in installer changed to hide text. --- diff --git a/install/index.php b/install/index.php index 6a2efdfe..7e164e81 100644 --- a/install/index.php +++ b/install/index.php @@ -352,7 +352,7 @@ start_form(); text_row_ex(_("Server Port:"), 'port', 30, 60); text_row_ex(_("Database Name:"), 'dbname', 30); text_row_ex(_("Database User:"), 'dbuser', 30); - text_row_ex(_("Database Password:"), 'dbpassword', 30); + password_row(_("Database Password:"), 'dbpassword', ''); collations_list_row(_("Database Collation:"), 'collation'); yesno_list_row(_("Use '0_' Table Prefix:"), 'tbpref', 1, _('Yes'), _('No'), false); check_row(_("Install Additional Language Packs from FA Repository:"), 'sel_langs');