From 727f671ea88a17c0aeb551149510d870e708b454 Mon Sep 17 00:00:00 2001 From: Steve8291 Date: Mon, 3 Jun 2024 06:48:11 -0400 Subject: [PATCH] Update php_configuration.rst Add note that sodium is included with php7.2+ Signed-off-by: Steve8291 --- admin_manual/installation/php_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/php_configuration.rst b/admin_manual/installation/php_configuration.rst index 265f1af66..4159d6eff 100644 --- a/admin_manual/installation/php_configuration.rst +++ b/admin_manual/installation/php_configuration.rst @@ -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: