mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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
|
try
|
||||||
{
|
{
|
||||||
$this->sendRequestWithCheck('user', $oAccount->Login(), true);
|
$this->sendRequestWithCheck('user', $oAccount->Login(), true);
|
||||||
$this->sendRequestWithCheck('pass', $sPassword, true);
|
$this->sendRequestWithCheck('pass', $sPrevPassword, true);
|
||||||
}
|
}
|
||||||
catch (\Throwable $oException)
|
catch (\Throwable $oException)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ class ChangePasswordPoppassdPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
{
|
{
|
||||||
const
|
const
|
||||||
NAME = 'Change Password Poppassd',
|
NAME = 'Change Password Poppassd',
|
||||||
VERSION = '2.16',
|
VERSION = '2.17',
|
||||||
RELEASE = '2022-05-20',
|
RELEASE = '2022-05-20',
|
||||||
REQUIRED = '2.15.3',
|
REQUIRED = '2.15.3',
|
||||||
CATEGORY = 'Security',
|
CATEGORY = 'Security',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue