Merge pull request #12872 from nextcloud/fix/sodium-requirements

fix(admin): Specify php-sodium requirements
This commit is contained in:
Ferdinand Thiessen
2025-03-18 15:25:07 +01:00
committed by GitHub

View File

@ -44,7 +44,7 @@ Database connectors (pick the one for your database):
* PHP module intl (increases language translation performance and fixes sorting
of non-ASCII characters)
* PHP module sodium (for Argon2 for password hashing. bcrypt is used as fallback, but if passwords were hashed with Argon2 already and the module is missing, your users can't log in. Included with PHP >= 7.2)
* PHP module sodium (for Argon2 for password hashing when PHP < 8.4 is used and PHP was built without libargon2. bcrypt is used as fallback, but if passwords were hashed with Argon2 already and the module is missing, your users can't log in.)
Required for specific apps: