mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -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
380dd25268
commit
b4a85c2785
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