Added a secure check for password logging.

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 9 months ago
parent caf5e9550e
commit 12bb45aa37
  1. 2
      Anvil/Tools/System.pm

@ -2574,7 +2574,7 @@ LIMIT 1
$host_ipmi = $anvil->System->test_ipmi({
debug => $debug,
ipmi_user => $user_name,
ipmi_password => $ipmi_password,
ipmi_password => $anvil->Log->is_secure($ipmi_password),
ipmi_target => $ipmi_ip_address,
lanplus => $lanplus,
});

Loading…
Cancel
Save