Fixes #1597: Added enableAutoLogin
to basic and advanced application templates so "remember me" now works properly
This commit is contained in:
parent
628caf85b9
commit
f14d80ec0b
@ -12,6 +12,7 @@ $config = [
|
||||
],
|
||||
'user' => [
|
||||
'identityClass' => 'app\models\User',
|
||||
'enableAutoLogin' => true,
|
||||
],
|
||||
'errorHandler' => [
|
||||
'errorAction' => 'site/error',
|
||||
|
Loading…
Reference in New Issue
Block a user