From e4c66080a8d7e3a329258498b35e8fc55eea5130 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 07 Sep 2015 03:47:16 -0400 Subject: [PATCH] Improved encrypt/decrypt methods with option to choose the cipher_method (#1489719) --- installer/config.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/installer/config.php b/installer/config.php index 4882c1d..588e14d 100644 --- a/installer/config.php +++ b/installer/config.php @@ -128,8 +128,7 @@ ?> <div>This key is used to encrypt the users imap password before storing in the session record</div> -<p class="hint">It's a random generated string to ensure that every installation has its own key. -If you enter it manually please provide a string of exactly 24 chars.</p> +<p class="hint">It's a random generated string to ensure that every installation has its own key.</p> </dd> <dt class="propname">ip_check</dt> -- Gitblit v1.9.1