warning for all modes

This commit is contained in:
Marc Delisle
2002-10-15 20:54:04 +00:00
parent 11b0c087c0
commit 3af24d5e22
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$
$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>
* libraries/display_tbl.lib.php3: Fixed bug #623185 (Ordering by
FUNCTION(`field`) fails).

View File

@@ -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 '<p class="warning">' . $strInsecureMySQL . '</p>' . "\n";