From 3af24d5e2253411e329bc9230ed3ceb7af6d1f15 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 15 Oct 2002 20:54:04 +0000 Subject: [PATCH] warning for all modes --- ChangeLog | 5 +++++ main.php3 | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b91a4f6f..76cefbde6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-10-15 Marc Delisle + * 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 * libraries/display_tbl.lib.php3: Fixed bug #623185 (Ordering by FUNCTION(`field`) fails). diff --git a/main.php3 b/main.php3 index 0049c9b5d..47df4674f 100755 --- a/main.php3 +++ b/main.php3 @@ -588,7 +588,6 @@ if ($display_pmaAbsoluteUri_warning) { * Warning if using the default MySQL privileged account */ if ($server != 0 - && $cfg['Server']['auth_type'] == 'config' && $cfg['Server']['user'] == 'root' && $cfg['Server']['password'] == '') { echo '

' . $strInsecureMySQL . '

' . "\n";