mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
W.I.P. SMIME:
- Be more specific about SMIME private key configuration warning
This commit is contained in:
parent
93b8b7ab6d
commit
c03211180d
@ -3090,7 +3090,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
|||||||
$credentials = Mail\Credentials::read($this->mail_bo->profileID, Mail\Credentials::SMIME, $GLOBALS['egw_info']['user']['account_id']);
|
$credentials = Mail\Credentials::read($this->mail_bo->profileID, Mail\Credentials::SMIME, $GLOBALS['egw_info']['user']['account_id']);
|
||||||
if (empty($credentials['acc_smime_password']))
|
if (empty($credentials['acc_smime_password']))
|
||||||
{
|
{
|
||||||
self::callWizard($e->getMessage().' '.lang('Please configure your S/MIME private key in Encryption tab.'));
|
self::callWizard($e->getMessage().' '.lang('Please configure your S/MIME private key in Encryption tab located at Edit Account dialog.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
// do NOT include any default CSS
|
// do NOT include any default CSS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user