Fix HestiaCP password change

This commit is contained in:
Jaap Marcus 2023-05-17 22:28:03 +02:00 committed by GitHub
parent 02576302c9
commit 0ae7b11776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ class ChangePasswordHestiaDriver
$this->oLogger->Write("Hestia: Try to change password for {$oAccount->Email()}");
$sHost = $this->oConfig->Get('plugin', 'hestia_login');
$sHost = $this->oConfig->Get('plugin', 'hestia_host');
$sPort = $this->oConfig->Get('plugin', 'hestia_port');
$HTTP = \SnappyMail\HTTP\Request::factory();