From 1158fa28b07ed79c9906facd769d77cc34eb8235 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 5 Jun 2016 19:27:57 +0200 Subject: config: Clarify comment about password hashing settings Signed-off-by: Florian Pritz --- application/config/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/config/config.php b/application/config/config.php index d5cba0001..5ec10e233 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -440,7 +440,8 @@ $config['auth_fluxbb'] = array( 'database' => 'fluxbb' ); -// This is only used if the driver is set to db +// This is only used if the driver is set to db. Changes to these settings will be +// applied when users sucessfully log in with their password. // For information about these values refer to https://secure.php.net/manual/en/function.password-hash.php $config['auth_db'] = array( 'hashing_options' => array( -- cgit v1.2.3-24-g4f1b