Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2015-05-26 22:13:59 +0300
committerMarc Delisle <marc@infomarc.info>2015-05-26 22:13:59 +0300
commita0750f9582bf8c9b490e8996f073f79e43488360 (patch)
treefb8dba383293f77486e0deea788259a3137a905c /doc/require.rst
parent7ea89b27da6b4e0e152c8ffb11da1779e50593b0 (diff)
Requirement for reCAPTCHA
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/require.rst b/doc/require.rst
index 602fd1e803..bb54a1e9ee 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -28,6 +28,9 @@ PHP
* To support XML and Open Document Spreadsheet importing, you need the
`libxml <http://www.php.net/libxml>`_ extension.
+* To support reCAPTCHA on the login page, you need the
+ `openssl <http://www.php.net/openssl>`_ extension.
+
* Performance suggestion: install the ``ctype`` extension.
.. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`