Improve installation for MONO : doc + password
This commit is contained in:
parent
0f30cfb091
commit
3e075a0a1a
2 changed files with 4 additions and 2 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=$2 where use_id=1",
|
||||
array(strtolower(NOALYSS_ADMINISTRATOR),NOALYSS_ADMIN_PASSWORD));
|
||||
echo '<h1>'._('Important').'</h1>';
|
||||
echo '<p>'._('Utilisateur administrateur'),' ',NOALYSS_ADMINISTRATOR,'</p>';
|
||||
|
|
|
|||
|
|
@ -84,9 +84,11 @@
|
|||
<tr id="div_db" style="visibility:hidden">
|
||||
<td>
|
||||
<?php echo _('Nom base de donnée');?>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<?php echo $icdbname->input();echo Icon_Action::infobulle(206) ?>
|
||||
<a href="https://wiki.noalyss.eu/doku.php?id=installation:installation_sur_serveur_mutualise" target="_blank"><?php echo _('Aide');?></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -121,4 +123,4 @@ if ( $smulti->selected == true) :
|
|||
<?php
|
||||
endif;
|
||||
?>
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue