From 64108f8d2a67640d5b00d98b31fb42d9a204ee0f Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sun, 27 Aug 2023 20:25:46 +0200 Subject: [PATCH 1/2] docs: add hint for php-sodium Signed-off-by: Daniel Kesselberg --- admin_manual/installation/source_installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 6ac7fe0d3..25c3117f9 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -72,6 +72,7 @@ Database connectors (pick the one for your database:) * PHP module bz2 (recommended, required for extraction of apps) * PHP module intl (increases language translation performance and fixes sorting of non-ASCII characters) +* PHP module sodium (only on RHEL/CentOS to use Argon2 for password hashing. If the password was hashed with Argon2 and the module is missing, your users can't log in.) Required for specific apps: From 45ccec7f2c8f27a1ae9904023842fd0e92210f84 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 27 Aug 2023 22:10:03 +0200 Subject: [PATCH 2/2] Update admin_manual/installation/source_installation.rst Co-authored-by: MichaIng Signed-off-by: Daniel --- admin_manual/installation/source_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 25c3117f9..9c9afc9c8 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -72,7 +72,7 @@ Database connectors (pick the one for your database:) * PHP module bz2 (recommended, required for extraction of apps) * PHP module intl (increases language translation performance and fixes sorting of non-ASCII characters) -* PHP module sodium (only on RHEL/CentOS to use Argon2 for password hashing. If the password was hashed with Argon2 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.) Required for specific apps: