diff --git a/html/install.php b/html/install.php index 7450ede02..4aceab536 100644 --- a/html/install.php +++ b/html/install.php @@ -654,7 +654,7 @@ if (defined("MULTI") && MULTI == 0) } } - $db->exec_sql("update ac_users set use_login=$1,use_pass=$2 where use_id=1", + $db->exec_sql("update ac_users set use_login=$1,use_pass=md5($2) where use_id=1", array(strtolower(NOALYSS_ADMINISTRATOR),NOALYSS_ADMIN_PASSWORD)); echo '
'._('Utilisateur administrateur'),' ',NOALYSS_ADMINISTRATOR,'
';