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:
authorWilliam Desportes <williamdes@wdes.fr>2020-08-08 00:58:15 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-08-08 01:05:30 +0300
commite00d31f71482122f20bce41a55f7d3598f47c967 (patch)
tree02c55aa18feda9d1d6a8946dc0402c10e9d17953 /libraries/config.default.php
parenteffc224dbfd3763d01973193b7757cac45018843 (diff)
parent00157033693dc6aa9e93274290c888a70f656280 (diff)
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'libraries/config.default.php')
-rw-r--r--libraries/config.default.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/config.default.php b/libraries/config.default.php
index 519aa89c03..2ee0c71a9b 100644
--- a/libraries/config.default.php
+++ b/libraries/config.default.php
@@ -836,6 +836,13 @@ $cfg['AllowArbitraryServer'] = false;
$cfg['ArbitraryServerRegexp'] = '';
/**
+ * To enable reCaptcha v2 checkbox mode if necessary
+ *
+ * @global string $cfg['CaptchaMethod']
+ */
+$cfg['CaptchaMethod'] = 'invisible';
+
+/**
* if reCaptcha is enabled it needs public key to connect with the service
*
* @global string $cfg['CaptchaLoginPublicKey']