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)
{