From 11769bd1aa1088fb8e38da07ee3380404a0eb8a5 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 29 Aug 2016 20:51:51 -0700 Subject: [PATCH] CRM-15925 - CRM/Upgrade - Add post-upgrade msg re: "import SQL datasource" --- CRM/Upgrade/Incremental/php/FourSeven.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Upgrade/Incremental/php/FourSeven.php b/CRM/Upgrade/Incremental/php/FourSeven.php index 76245a6eb5..087f983943 100644 --- a/CRM/Upgrade/Incremental/php/FourSeven.php +++ b/CRM/Upgrade/Incremental/php/FourSeven.php @@ -102,6 +102,9 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base //if ($rev == '4.7.11') { // $postUpgradeMessage .= '

' . ts("WARNING: For increased security, profile submissions embedded in remote sites are no longer allowed to create or edit data by default. If you need to allow users to submit profiles from external sites, you can restore this at Administer > System Settings > Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.) > 'Accept profile submissions from external sites'"); //} + if ($rev == '4.7.11') { + $postUpgradeMessage .= '

' . ts("By default, CiviCRM now disables the ability to import directly fro SQL. To use this feature, you must explicitly grant permission 'import SQL datasource'."); + } } /** -- 2.25.1