Merge "Update default hash storage settings"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index b7f487e..383f0ad 100644 (file)
@@ -4492,9 +4492,9 @@ $wgPasswordConfig = [
        ],
        'pbkdf2' => [
                'class' => 'Pbkdf2Password',
-               'algo' => 'sha256',
-               'cost' => '10000',
-               'length' => '128',
+               'algo' => 'sha512',
+               'cost' => '30000',
+               'length' => '64',
        ],
 ];