Skip to content
Snippets Groups Projects
Commit 42436a37 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4194 from GPCsolutions/dolibarr-hidepass

[Security] Hide click to dial password
parents b85dd664 4f359616
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ if ($id > 0)
print '<tr><td>ClickToDial '.$langs->trans("Password").'</td>';
print '<td class="valeur">';
print '<input name="password" value="'.(! empty($object->clicktodial_password)?$object->clicktodial_password:'').'"></td>';
print '<input type="password" name="password" value="'.(! empty($object->clicktodial_password)?$object->clicktodial_password:'').'"></td>';
print "</tr>\n";
print '</table>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment