mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #28289 from nextcloud/backport/28259/stable20
[stable20] Check that php was compiled with argon2 support or that the php-sodium extensions is installed
This commit is contained in:
commit
6c27354dae
1 changed files with 4 additions and 0 deletions
|
|
@ -621,6 +621,10 @@ Raw output
|
|||
}
|
||||
}
|
||||
|
||||
if (!defined('PASSWORD_ARGON2I')) {
|
||||
$recommendedPHPModules[] = 'sodium';
|
||||
}
|
||||
|
||||
return $recommendedPHPModules;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue