Merge "Update default hash storage settings"

This commit is contained in:
jenkins-bot 2016-05-10 22:29:43 +00:00 committed by Gerrit Code Review
commit 90f599a5a2

View file

@ -4492,9 +4492,9 @@ $wgPasswordConfig = [
],
'pbkdf2' => [
'class' => 'Pbkdf2Password',
'algo' => 'sha256',
'cost' => '10000',
'length' => '128',
'algo' => 'sha512',
'cost' => '30000',
'length' => '64',
],
];