2
0
forked from Wavyzz/dolibarr

je passe le mot de passe en visible pour test

This commit is contained in:
Regis Houssin
2006-06-12 12:34:00 +00:00
parent 97a13694f3
commit 0d884061bf

View File

@@ -187,7 +187,7 @@ $var=!$var;
print '<tr '.$bc[$var].'><td>'.$langs->trans("LDAPPassword").'</td><td>';
if ($conf->global->LDAP_ADMIN_PASS)
{
print '<input size="25" type="password" name="pass" value="'.$conf->global->LDAP_ADMIN_PASS.'">';
print '<input size="25" type="text" name="pass" value="'.$conf->global->LDAP_ADMIN_PASS.'">';// je le met en visible pour test
}
else
{