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
path: root/doc
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-02-12 17:42:17 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-02-12 17:42:17 +0300
commit7b1dd0ea6cd99130d7291b0387f316ac188eda30 (patch)
tree8611ae87144f5f91a49e814bd3b893532ca99814 /doc
parentbb0cccf931e7262e7ac88edae3aa88139f3f8f4f (diff)
parentac8a8311d31884185d4f1168e597e3e818cd6f79 (diff)
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst
index ae1515bd6e..f476fac7d3 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -630,6 +630,27 @@ Server connection settings
"phpMyAdmin " and either :config:option:`$cfg['Servers'][$i]['verbose']` or
:config:option:`$cfg['Servers'][$i]['host']` will be used.
+.. _servers_auth_swekey_config:
+.. config:option:: $cfg['Servers'][$i]['auth_swekey_config']
+
+ :type: string
+ :default: ``''``
+
+ .. versionadded:: 3.0.0.0
+
+ This setting was named `$cfg['Servers'][$i]['auth_feebee_config']` and was renamed before the `3.0.0.0` release.
+
+ .. deprecated:: 4.6.4
+
+ This setting was removed because their servers are no longer working and it was not working correctly.
+
+ .. deprecated:: 4.0.10.17
+
+ This setting was removed in a maintenance release because their servers are no longer working and it was not working correctly.
+
+ The name of the file containing swekey ids and login names for hardware
+ authentication. Leave empty to deactivate this feature.
+
.. _servers_user:
.. config:option:: $cfg['Servers'][$i]['user']