mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Check that php was compiled with argon2 support or that the php-sodium
extensions is installed Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
6f1c2ed50b
commit
8e51a5feda
1 changed files with 4 additions and 0 deletions
|
|
@ -627,6 +627,10 @@ Raw output
|
|||
}
|
||||
}
|
||||
|
||||
if (!defined('PASSWORD_ARGON2I')) {
|
||||
$recommendedPHPModules[] = 'sodium';
|
||||
}
|
||||
|
||||
return $recommendedPHPModules;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue