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