Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin_manual/installation/source_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Required:
* PHP module XMLWriter
* PHP module zip
* PHP module zlib
* PHP module sodium (for password hashing)

Database connectors (pick the one for your database:)

Expand All @@ -73,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 (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:

Expand Down