mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Fix login-remote plugin password handling
This commit is contained in:
parent
ba496919dd
commit
a8117a9d03
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ class LoginRemotePlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
try
|
||||
{
|
||||
static::$login = true;
|
||||
$sPassword = new \SnappyMail\SensitiveString($sPassword);
|
||||
$oAccount = $oActions->LoginProcess($sEmail, $sPassword);
|
||||
}
|
||||
catch (\Throwable $oException)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue