Skip to content
Snippets Groups Projects
Commit 4f359616 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

[Security] Hide click to dial password

parent 5710bcd3
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.
Please register or to comment