Skip to content

Commit

Permalink
Fix HestiaCP password change
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapmarcus authored May 17, 2023
1 parent 0257630 commit 0ae7b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/change-password-hestia/driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function ChangePassword(\RainLoop\Model\Account $oAccount, string $sPrevP

$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();
Expand Down

0 comments on commit 0ae7b11

Please sign in to comment.