Fixes #1597: Added enableAutoLogin to basic and advanced application templates so "remember me" now works properly

This commit is contained in:
Alexander Makarov 2013-12-22 20:15:57 +01:00
parent 628caf85b9
commit f14d80ec0b

View File

@ -12,6 +12,7 @@ $config = [
], ],
'user' => [ 'user' => [
'identityClass' => 'app\models\User', 'identityClass' => 'app\models\User',
'enableAutoLogin' => true,
], ],
'errorHandler' => [ 'errorHandler' => [
'errorAction' => 'site/error', 'errorAction' => 'site/error',