From a8117a9d038630ae016990733bda5f2c98b63d9b Mon Sep 17 00:00:00 2001 From: bohwaz Date: Tue, 6 Jan 2026 00:04:41 +0100 Subject: [PATCH] Fix login-remote plugin password handling --- plugins/login-remote/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/login-remote/index.php b/plugins/login-remote/index.php index ab1550571..3e2a4673b 100644 --- a/plugins/login-remote/index.php +++ b/plugins/login-remote/index.php @@ -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)