From 88c863a43a3d5c2f09256e8d3a4ff693aa103417 Mon Sep 17 00:00:00 2001 From: fowr <89118232+perdedora@users.noreply.github.com> Date: Wed, 16 Apr 2025 12:31:35 -0300 Subject: [PATCH] config.php: bump password crypt version --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;