|
@@ -317,7 +317,7 @@ |
|
|
block discarded – undo |
|
317
|
317
|
{ |
|
318
|
318
|
// PHPBB 3 check this function exists in PHP 5.5 or higher |
|
319
|
319
|
if (function_exists('password_verify')) |
|
320
|
|
- $other_passwords[] = password_verify($_POST['passwrd'],$user_settings['password_salt']); |
|
|
320
|
+ $other_passwords[] = password_verify($_POST['passwrd'], $user_settings['password_salt']); |
|
321
|
321
|
|
|
322
|
322
|
// PHP-Fusion |
|
323
|
323
|
$other_passwords[] = hash_hmac('sha256', $_POST['passwrd'], $user_settings['password_salt']); |
Please login to merge, or discard this patch.