Install show choosen password for admin

This commit is contained in:
Dany De Bontridder 2020-06-07 14:29:23 +02:00
parent bd15765c23
commit 99b6d77a10
2 changed files with 2 additions and 2 deletions

View file

@ -601,7 +601,7 @@ if ($account == 0 ) {
if ( ! DEBUG) ob_end_clean();
echo '<h1>'._('Important').'</h1>';
echo '<p>'._('Utilisateur administrateur'),' ',NOALYSS_ADMINISTRATOR,'</p>';
echo '<p>',_('Mot de passe'),' phpcompta','</p>';
echo '<p>',_('Mot de passe')," ",NOALYSS_ADMIN_PASSWORD,'</p>';
}// end if
// Add a french accountancy model
//--

View file

@ -2282,7 +2282,7 @@ class Fiche
echo td($attr->av_text, 'style="padding: 0 10 1 10;white-space:nowrap;" '.$sort);
}
else {
$value=$cn->make_array($attr->ad_extra);
$value=$this->cn->make_array($attr->ad_extra);
$row_content="";
for ($e=0; $e<count($value); $e++) {
if ( $value[$e]['value']==$attr->av_text) {