From 1b69701c0033b441a96ba32dc2c142ab51d55607 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 3 Aug 2024 11:25:20 +0200 Subject: [PATCH] change description of encryption key in config --- application/config/config.sample.php | 5 ++--- install/config/config.php | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/application/config/config.sample.php b/application/config/config.sample.php index 27a4a0d61..bc1827e54 100644 --- a/application/config/config.sample.php +++ b/application/config/config.sample.php @@ -394,10 +394,9 @@ $config['cache_query_string'] = FALSE; | Encryption Key |-------------------------------------------------------------------------- | -| If you use the Encryption class, you must set an encryption key. -| See the user guide for more info. +| Encryption Key is used to encrypt sensitive data. Choose a strong and secure key. +| Example: 'cnawuihp87f4g3ofb837rf93brlcve378rgf93be9837dgvzcl39rlzfbrzvc834lvvf83frgv83zrbzv' | -| https://codeigniter.com/user_guide/libraries/encryption.html | */ $config['encryption_key'] = 'flossie1234555541'; diff --git a/install/config/config.php b/install/config/config.php index d954cd39b..bde541210 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -394,10 +394,9 @@ $config['cache_query_string'] = FALSE; | Encryption Key |-------------------------------------------------------------------------- | -| If you use the Encryption class, you must set an encryption key. -| See the user guide for more info. +| Encryption Key is used to encrypt sensitive data. Choose a strong and secure key. +| Example: 'cnawuihp87f4g3ofb837rf93brlcve378rgf93be9837dgvzcl39rlzfbrzvc834lvvf83frgv83zrbzv' | -| https://codeigniter.com/user_guide/libraries/encryption.html | */ $config['encryption_key'] = '%encryptionkey%';