瀏覽代碼

disable logging password problem

andre 2 年之前
父節點
當前提交
0bbe3282c9
共有 1 個文件被更改,包括 0 次插入7 次删除
  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() &&