Fix : Main eMail configuration SMTP password as input type wasn't

password (password display in clear...)!
This commit is contained in:
fhenry 2013-03-23 12:03:47 +01:00
parent c1d1ad450a
commit 7ce90c7bf1

View File

@ -434,7 +434,7 @@ if ($action == 'edit')
// SuperAdministrator access only
if (empty($conf->multicompany->enabled) || ($user->admin && !$user->entity))
{
print '<input class="flat" name="MAIN_MAIL_SMTPS_PW" size="32" value="' . $mainsmtppw . '">';
print '<input class="flat" type="password" name="MAIN_MAIL_SMTPS_PW" size="32" value="' . $mainsmtppw . '">';
}
else
{