mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Update php_configuration.rst
Add note that sodium is included with php7.2+ Signed-off-by: Steve8291 <hambling8@gmail.com>
This commit is contained in:
@@ -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.)
|
||||
* 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)
|
||||
|
||||
Required for specific apps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user