diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php index 125b79c5559..e3d6236ff4a 100644 --- a/htdocs/user/fiche.php +++ b/htdocs/user/fiche.php @@ -775,7 +775,7 @@ if (($action == 'create') || ($action == 'adduserldap')) else { // We do not use a field password but a field text to show new password to use. - print ''; + print ''; } } print ''; @@ -1654,7 +1654,7 @@ else } else if ($caneditpassword) { - $text=''; + $text=''; if ($dolibarr_main_authentication && $dolibarr_main_authentication == 'http') { $text=$form->textwithpicto($text,$langs->trans("DolibarrInHttpAuthenticationSoPasswordUseless",$dolibarr_main_authentication),1,'warning');