diff --git a/inc/config.php b/inc/config.php index cb6aee95..a1044906 100644 --- a/inc/config.php +++ b/inc/config.php @@ -2101,7 +2101,7 @@ // Password hashing method version // If set to 0, it won't upgrade hashes using old password encryption schema, only create new. // You can set it to a higher value, to further migrate to other password hashing function. - $config['password_crypt_version'] = 1; + $config['password_crypt_version'] = 2; // Use CAPTCHA for reports? $config['report_captcha'] = false;