We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c3a48 commit f2fa653Copy full SHA for f2fa653
1 file changed
docs/setup.rst
@@ -1248,6 +1248,8 @@ are always ways to make your installation more secure:
1248
phpMyAdmin, you can use :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` to limit them
1249
or :config:option:`$cfg['Servers'][$i]['AllowRoot']` to deny root user access.
1250
* Enable :ref:`2fa` for your account.
1251
+* Consider hiding connection errors from the login page by setting
1252
+ :config:option:`$cfg['Servers'][$i]['hide_connection_errors']` to true.
1253
* Consider hiding phpMyAdmin behind an authentication proxy, so that
1254
users need to authenticate prior to providing MySQL credentials
1255
to phpMyAdmin. You can achieve this by configuring your web server to request
0 commit comments