fix(tools): disable mail server auth translation in manage alerts

main
Tsu-ba-me 12 months ago
parent 7b389d0ad3
commit 17bd67d0c4
  1. 3
      tools/anvil-manage-alerts

@ -1817,7 +1817,8 @@ sub check_switches
{
# normal_password
$anvil->data->{sys}{say_new_auth} = "name_0001";
$anvil->data->{switches}{"mail-server-authentication"} = "normal_password";
# TODO: revisit translation(s) after verifying against config syntax
# $anvil->data->{switches}{"mail-server-authentication"} = "normal_password";
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => {
"sys::say_new_auth" => $anvil->data->{sys}{say_new_auth},
"switches::mail-server-authentication" => $anvil->data->{switches}{"mail-server-authentication"},

Loading…
Cancel
Save