This commit is contained in:
the-djmaze 2022-11-07 11:48:46 +01:00
parent 07e80dd36e
commit 80579a3ed0
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ class ChangePasswordPoppassdDriver extends \MailSo\Net\NetClient
try
{
$this->sendRequestWithCheck('user', $oAccount->Login(), true);
$this->sendRequestWithCheck('pass', $sPassword, true);
$this->sendRequestWithCheck('pass', $sPrevPassword, true);
}
catch (\Throwable $oException)
{

View file

@ -6,7 +6,7 @@ class ChangePasswordPoppassdPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Change Password Poppassd',
VERSION = '2.16',
VERSION = '2.17',
RELEASE = '2022-05-20',
REQUIRED = '2.15.3',
CATEGORY = 'Security',