Page 1 of 1

Login screen phpMyAdmin

Posted: Wed Sep 29, 2004 8:48 am
by visionmaster
Hello,

Opening up phpMyAdmin goes directly to the page displaying the databases, the fitst Login window is skipped. What do I have to edit in config.inc.php that the Login screen is shown?

Willkommen bei phpMyAdmin 2.5.7-pl1 - Login

Benutzername:
Kennwort:

Thanks!

Posted: Wed Sep 29, 2004 9:28 am
by Breckenridge
edit your onfig.inc.php as such:

look for the line

Code: Select all

$cfgї'Servers']ї$i]ї'auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
change the 'config' to 'http' or 'cookie' and you will get a login popup window with http and a login screen with 'cookie' setting.