mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 09:36:09 +08:00
Resolve #637
This commit is contained in:
parent
07e80dd36e
commit
80579a3ed0
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue