forked from leftypol/leftypol
config.php: bump password crypt version
This commit is contained in:
parent
3510f05fe8
commit
a8a947af65
1 changed files with 1 additions and 1 deletions
|
|
@ -2010,7 +2010,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue