Prechádzať zdrojové kódy

disable logging password problem

andre 2 rokov pred
rodič
commit
0bbe3282c9
1 zmenil súbory, kde vykonal 0 pridanie a 7 odobranie
  1. 0 7
      app/Http/Actions/ChangePassword.php

+ 0 - 7
app/Http/Actions/ChangePassword.php

@@ -57,13 +57,6 @@ class ChangePassword extends AddonController
                     $container['ciuser']     = $this->configuration()->getCiuser() ? $this->configuration()->getCiuser() : $params['username'];
                 }
                 $container['cipassword'] = $params['password'];
-                logModuleCall(
-                    'ProxmoxVps',
-                    __FUNCTION__,
-                    $container['cipassword'],
-                    null,
-                    $params['password']
-                );
                 $this->vm()->updateConfig($container);
                 //restart
                 if ($this->configuration()->isRebootVmAfterChangePackage() &&