From 3e075a0a1aa8b6e42c458571ef0380a9c38f18fa Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 5 Apr 2020 11:04:12 +0200 Subject: [PATCH] Improve installation for MONO : doc + password --- html/install.php | 2 +- include/template/template_config_form.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/html/install.php b/html/install.php index 0adfc515e..7450ede02 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=$2 where use_id=1", array(strtolower(NOALYSS_ADMINISTRATOR),NOALYSS_ADMIN_PASSWORD)); echo '

'._('Important').'

'; echo '

'._('Utilisateur administrateur'),' ',NOALYSS_ADMINISTRATOR,'

'; diff --git a/include/template/template_config_form.php b/include/template/template_config_form.php index 455e9ff7f..dd8042f02 100644 --- a/include/template/template_config_form.php +++ b/include/template/template_config_form.php @@ -84,9 +84,11 @@ + input();echo Icon_Action::infobulle(206) ?> + @@ -121,4 +123,4 @@ if ( $smulti->selected == true) : - \ No newline at end of file +