diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-05 19:27:57 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-06-05 19:28:33 +0200 |
commit | 1158fa28b07ed79c9906facd769d77cc34eb8235 (patch) | |
tree | a68759864dc2fd7b0d2a41dbbeaf49cf31d7ad55 /application/config | |
parent | ad16e8ff484b1942ff905b6b87fe174740917afb (diff) |
config: Clarify comment about password hashing settings
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/config')
-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( |