Improve installation for MONO : doc + password
This commit is contained in:
parent
3e075a0a1a
commit
db9d4c53d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 '<h1>'._('Important').'</h1>';
|
||||
echo '<p>'._('Utilisateur administrateur'),' ',NOALYSS_ADMINISTRATOR,'</p>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue