mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
introduced SensitiveString handling
This commit is contained in:
parent
92bfa7bd75
commit
8d3f4f5e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class ProxyAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
if ($sProxyRequest) {
|
if ($sProxyRequest) {
|
||||||
/* create master user login from remote user header and settings */
|
/* create master user login from remote user header and settings */
|
||||||
$sEmail = $sRemoteUser . $sMasterSeparator . $sMasterUser;
|
$sEmail = $sRemoteUser . $sMasterSeparator . $sMasterUser;
|
||||||
$sPassword = \trim($this->Config()->getDecrypted('plugin', 'master_password', ''));
|
$sPassword = new \SnappyMail\SensitiveString(\trim($this->Config()->getDecrypted('plugin', 'master_password', '')));
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue