mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Don't put ContactsSync PasswordHMAC in AppData
This commit is contained in:
parent
cf720e7105
commit
5a1835c576
1 changed files with 1 additions and 0 deletions
|
|
@ -745,6 +745,7 @@ class Actions
|
|||
];
|
||||
$aData['Password'] = empty($aData['Password']) ? '' : static::APP_DUMMY;
|
||||
$aData['Interval'] = \max(20, \min(320, (int) $oConfig->Get('contacts', 'sync_interval', 20)));
|
||||
unset($aData['PasswordHMAC']);
|
||||
$aResult['ContactsSync'] = $aData;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue