fixup! New requirements for passwordless auth

This commit is contained in:
Lars van Ravenzwaaij
2020-05-03 19:01:59 +02:00
committed by GitHub
parent 6118e77bff
commit 34998b7467

View File

@@ -35,12 +35,10 @@ If you get a result, the module is present.
Required:
* PHP (7.2, 7.3 or 7.4)
* PHP module bcmath
* PHP module ctype
* PHP module curl
* PHP module dom
* PHP module GD
* PHP module gmp
* PHP module hash (only on FreeBSD)
* PHP module iconv
* PHP module JSON
@@ -75,9 +73,11 @@ Required for specific apps:
:doc:`../configuration_files/external_storage/smb`)
* PHP module ftp (for FTP storage / external user authentication)
* PHP module imap (for external user authentication)
* PHP module bcmath (for passwordless login)
* PHP module gmp (for passwordless login)
Recommended for specific apps (*optional*):
* PHP module gmp (for SFTP storage)
* PHP module exif (for image rotation in pictures app)
For enhanced server performance (*optional*) select one of the following