Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-09-15 21:28:35 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-09-26 23:34:13 +0300
commit700db7e72b2aba5649832e73496743cdfc257fb3 (patch)
tree6823cc85c117da7604bc3422205248dafbdc50c5 /config.sample.inc.php
parent5d4884d294ca9b1f069fcacada98f6697f464274 (diff)
Update the docs to reflect the blowfish_secret changes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 34b6a9dabf..5ba637c759 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -10,8 +10,8 @@
declare(strict_types=1);
/**
- * This is needed for cookie based authentication to encrypt password in
- * cookie. Needs to be 32 chars long.
+ * This is needed for cookie based authentication to encrypt the cookie.
+ * Needs to be a 32-bytes long string of random bytes.
*/
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */