From 6045da4fec00d094624930ed941456a511f34b55 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 30 Aug 2016 17:43:46 +1000 Subject: [PATCH] CRM-15925 - CRM/Upgrade - Add post-upgrade msg re: "import SQL datasource" --- CRM/Upgrade/Incremental/php/FourSix.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Upgrade/Incremental/php/FourSix.php b/CRM/Upgrade/Incremental/php/FourSix.php index 02bd171b3d..6b73c6e8a6 100644 --- a/CRM/Upgrade/Incremental/php/FourSix.php +++ b/CRM/Upgrade/Incremental/php/FourSix.php @@ -78,6 +78,9 @@ class CRM_Upgrade_Incremental_php_FourSix { // if ($rev == '4.6.21') { // $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.6.21') { + $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