Explorar el Código

disable logging password problem

andre hace 2 años
padre
commit
0bbe3282c9
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  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() &&