Merge pull request #1135 from jaapmarcus/patch-1

Fix password reset Hestia
This commit is contained in:
the-djmaze 2023-05-18 13:33:55 +02:00 committed by GitHub
commit 24f7984d82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -7,7 +7,7 @@ class ChangePasswordHestiaPlugin extends \RainLoop\Plugins\AbstractPlugin
const const
NAME = 'Change Password Hestia', NAME = 'Change Password Hestia',
AUTHOR = 'Jaap Marcus', AUTHOR = 'Jaap Marcus',
VERSION = '1.1', VERSION = '1.2',
RELEASE = '2023-05-16', RELEASE = '2023-05-16',
REQUIRED = '2.16.3', REQUIRED = '2.16.3',
CATEGORY = 'Security', CATEGORY = 'Security',