fix(tools): disable mail server auth translation in manage alerts
This commit is contained in:
parent
7b389d0ad3
commit
17bd67d0c4
@ -1817,7 +1817,8 @@ sub check_switches
|
|||||||
{
|
{
|
||||||
# normal_password
|
# normal_password
|
||||||
$anvil->data->{sys}{say_new_auth} = "name_0001";
|
$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 => {
|
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => {
|
||||||
"sys::say_new_auth" => $anvil->data->{sys}{say_new_auth},
|
"sys::say_new_auth" => $anvil->data->{sys}{say_new_auth},
|
||||||
"switches::mail-server-authentication" => $anvil->data->{switches}{"mail-server-authentication"},
|
"switches::mail-server-authentication" => $anvil->data->{switches}{"mail-server-authentication"},
|
||||||
|
Loading…
Reference in New Issue
Block a user