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!
Login screen phpMyAdmin
Moderator: General Moderators
-
visionmaster
- Forum Contributor
- Posts: 139
- Joined: Wed Jul 14, 2004 4:06 am
-
Breckenridge
- Forum Commoner
- Posts: 62
- Joined: Thu Sep 09, 2004 11:10 pm
- Location: Breckenridge, Colorado
edit your onfig.inc.php as such:
look for the line
change the 'config' to 'http' or 'cookie' and you will get a login popup window with http and a login screen with 'cookie' setting.
look for the line
Code: Select all
$cfgї'Servers']ї$i]ї'auth_type'] = 'config'; // Authentication method (config, http or cookie based)?