From 1a1cccc6c4ae239f56ff80c05f9eea06682ea83f Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 5 Jan 2023 14:28:08 -0800 Subject: [PATCH] Status Check - Raise severity of the check for signing keys. Tweak prose. --- CRM/Utils/Check/Component/Security.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Utils/Check/Component/Security.php b/CRM/Utils/Check/Component/Security.php index f449a09518..f4852db380 100644 --- a/CRM/Utils/Check/Component/Security.php +++ b/CRM/Utils/Check/Component/Security.php @@ -210,11 +210,11 @@ class CRM_Utils_Check_Component_Security extends CRM_Utils_Check_Component { if (!$found) { $messages[] = new CRM_Utils_Check_Message( __FUNCTION__, - ts('Some components and extensions may need to generate cryptographic signatures. Please configure CIVICRM_SIGN_KEYS. ', + ts('The system requires a cryptographic signing key. Please configure CIVICRM_SIGN_KEYS. ', [1 => 'href="https://docs.civicrm.org/sysadmin/en/latest/setup/secret-keys/" target="_blank"'] ), - ts('Signing Key Recommended'), - \Psr\Log\LogLevel::NOTICE, + ts('Signing Key Required'), + \Psr\Log\LogLevel::ERROR, 'fa-lock' ); } -- 2.25.1