profile editor role

This commit is contained in:
andrey
2021-08-12 13:57:00 +03:00
parent 86c3146761
commit 3dc11f8075
6 changed files with 61 additions and 13 deletions

View File

@ -64,6 +64,9 @@ return [
'enableAutoLogin' => true,
'identityCookie' => ['name' => '_identity-backend', 'httpOnly' => true],
],
'authManager' => [
'class' => 'yii\rbac\DbManager',
],
'session' => [
// this is the name of the session cookie used for login on the backend
'name' => 'advanced-backend',