cookie authentication is now default
This commit is contained in:
@@ -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 -
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user