|
|
@@ -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() &&
|