diff options
Diffstat (limited to 'application/config/config.php')
-rw-r--r-- | application/config/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
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( |