mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
S/MIME:
- Fix smime credentials get stored with wrong account_id
This commit is contained in:
parent
466e3ad364
commit
e3799c52fc
@ -1264,7 +1264,7 @@ class Account implements \ArrayAccess
|
||||
if ($data['acc_smime_password'])
|
||||
{
|
||||
Credentials::write($data['acc_id'], $data['acc_smime_username'],
|
||||
$data['acc_smime_password'], Credentials::SMIME, $data['account_id'][0],
|
||||
$data['acc_smime_password'], Credentials::SMIME, $valid_for,
|
||||
$data['acc_smime_cred_id']);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user