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:
authorMichal Čihař <michal@cihar.com>2016-07-22 11:23:43 +0300
committerMichal Čihař <michal@cihar.com>2016-07-22 11:23:43 +0300
commitf693c103be7103591902484a232728dcc79a8b02 (patch)
tree294666acd0d6c330bccec602101a4197baa0bbeb /config.sample.inc.php
parent2b7be93829c38ccee7e05e769e4878280dc30ed6 (diff)
Document 32 chars length for blowfish_secret
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index 6c904b49d4..578ae841ea 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -12,7 +12,7 @@
/**
* This is needed for cookie based authentication to encrypt password in
- * cookie
+ * cookie. Needs to be 32 chars long.
*/
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */