diff --git a/ChangeLog b/ChangeLog index 35fe23eb2..598e85441 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,7 +16,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA limitations and you still should set it in config file + [auth] cookie authentication is now default + [auth] do not allow root user without password unless explicitly enabled by - AllowEmptyRoot + AllowNoPasswordRoot + rfe #1778908 [auth] arbitrary server auth can now also accept port - patch #2089240 [export] handle correctly switching SQL modes + rfe #1612724 [export] add option to export without comments diff --git a/Documentation.html b/Documentation.html index 9be7f2ceb..fac231910 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1030,12 +1030,13 @@ ALTER TABLE `pma_column_comments` up to date.
$cfg['Servers'][$i]['AllowRoot'] boolean
-
Whether to allow root access. This is just simplification of rules below. +
Whether to allow root access. This is just a shortcut for the AllowDeny rules below.
-
$cfg['Servers'][$i]['AllowNoPassowdRoot'] +
$cfg['Servers'][$i]['AllowNoPasswordRoot'] boolean
-
Whether to allow acces to root user without password. This is to - protect against access to not configured MySQL server. +
Whether to allow access to root user without password. The default + value of false for this parameter prevents unintended access + to a MySQL server with was left with an empty password for root.
$cfg['Servers'][$i]['AllowDeny']['order'] string