forked from GithubBackups/vichan
config.php: bump password crypt version
This commit is contained in:
parent
0b560b2353
commit
88c863a43a
@ -2101,7 +2101,7 @@
|
|||||||
// Password hashing method version
|
// Password hashing method version
|
||||||
// If set to 0, it won't upgrade hashes using old password encryption schema, only create new.
|
// 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.
|
// 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?
|
// Use CAPTCHA for reports?
|
||||||
$config['report_captcha'] = false;
|
$config['report_captcha'] = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user