cookie authentication is now default

This commit is contained in:
Michal Čihař
2008-09-03 13:33:02 +00:00
parent 85cdc82d4d
commit c2489bc131
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- rfe #1892243 [export] more links to documentation
+ [auth] cookie auth now autogenerates blowfish_secret, but it has some
limitations and you still should set it in config file
+ [auth] cookie authentication is now default
3.0.0.0 (not yet released)
+ [export] properly handle line breaks for YAML, thanks to Dan Barry -

View File

@@ -165,7 +165,7 @@ $cfg['Servers'][$i]['controlpass'] = '';
*
* @global string $cfg['Servers'][$i]['auth_type']
*/
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/**
* File containing Swekey ids and login names (see /contrib);