warning for all modes
This commit is contained in:
@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-10-15 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* libraries/auth/cookie.auth.lib.php3: let them use a blank password,
|
||||||
|
thanks to Juliano Ravasi Ferraz (jferraz)
|
||||||
|
* main.php3: extend the warning about blank root password to all auth modes
|
||||||
|
|
||||||
2002-10-14 Alexander M. Turek <rabus@users.sourceforge.net>
|
2002-10-14 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* libraries/display_tbl.lib.php3: Fixed bug #623185 (Ordering by
|
* libraries/display_tbl.lib.php3: Fixed bug #623185 (Ordering by
|
||||||
FUNCTION(`field`) fails).
|
FUNCTION(`field`) fails).
|
||||||
|
@@ -588,7 +588,6 @@ if ($display_pmaAbsoluteUri_warning) {
|
|||||||
* Warning if using the default MySQL privileged account
|
* Warning if using the default MySQL privileged account
|
||||||
*/
|
*/
|
||||||
if ($server != 0
|
if ($server != 0
|
||||||
&& $cfg['Server']['auth_type'] == 'config'
|
|
||||||
&& $cfg['Server']['user'] == 'root'
|
&& $cfg['Server']['user'] == 'root'
|
||||||
&& $cfg['Server']['password'] == '') {
|
&& $cfg['Server']['password'] == '') {
|
||||||
echo '<p class="warning">' . $strInsecureMySQL . '</p>' . "\n";
|
echo '<p class="warning">' . $strInsecureMySQL . '</p>' . "\n";
|
||||||
|
Reference in New Issue
Block a user