Check that php was compiled with argon2 support or that the php-sodium

extensions is installed

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
pull/28259/head
Carl Schwan 3 years ago
parent 6f1c2ed50b
commit 8e51a5feda
No known key found for this signature in database
GPG Key ID: 06B35D38387B67BE

@ -627,6 +627,10 @@ Raw output
}
}
if (!defined('PASSWORD_ARGON2I')) {
$recommendedPHPModules[] = 'sodium';
}
return $recommendedPHPModules;
}

Loading…
Cancel
Save