forked from extern/egroupware
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']);
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user