From c2489bc1312d779bbbe1eb6e0a288dbd13868ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 3 Sep 2008 13:33:02 +0000 Subject: [PATCH] cookie authentication is now default --- ChangeLog | 1 + libraries/config.default.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 192ca0379..d64df79aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 - diff --git a/libraries/config.default.php b/libraries/config.default.php index fe4b6899e..96158f23b 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -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);