mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fax email fix for master branch (#2023)
* allow bypass of certificate validation * Update app_defaults.php change to match * Update app_defaults.php
This commit is contained in:
@@ -189,6 +189,14 @@ if ($domains_processed == 1) {
|
||||
$array[$x]['default_setting_enabled'] = 'true';
|
||||
$array[$x]['default_setting_description'] = '';
|
||||
$x++;
|
||||
$array[$x]['default_setting_uuid'] = 'e1c17089-1e75-4e46-9e59-4748bb6a6cec';
|
||||
$array[$x]['default_setting_category'] = 'email';
|
||||
$array[$x]['default_setting_subcategory'] = 'smtp_validate_certificate';
|
||||
$array[$x]['default_setting_name'] = 'bolean';
|
||||
$array[$x]['default_setting_value'] = 'true';
|
||||
$array[$x]['default_setting_enabled'] = 'true';
|
||||
$array[$x]['default_setting_description'] = 'set to false to ignore SSL certificate warnings e.g. for self-signed certificates';
|
||||
$x++;
|
||||
$array[$x]['default_setting_uuid'] = '8a07ab78-f386-482c-85dd-7ce8127597d6';
|
||||
$array[$x]['default_setting_category'] = 'login';
|
||||
$array[$x]['default_setting_subcategory'] = 'password_reset_key';
|
||||
|
||||
Reference in New Issue
Block a user