config.php: bump password crypt version

This commit is contained in:
fowr 2025-04-16 12:31:35 -03:00 committed by Zankaria
parent 0b560b2353
commit 88c863a43a

View File

@ -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;