Merge "Update default hash storage settings"
This commit is contained in:
commit
90f599a5a2
1 changed files with 3 additions and 3 deletions
|
|
@ -4492,9 +4492,9 @@ $wgPasswordConfig = [
|
|||
],
|
||||
'pbkdf2' => [
|
||||
'class' => 'Pbkdf2Password',
|
||||
'algo' => 'sha256',
|
||||
'cost' => '10000',
|
||||
'length' => '128',
|
||||
'algo' => 'sha512',
|
||||
'cost' => '30000',
|
||||
'length' => '64',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue