Answer the question
In order to leave comments, you need to log in
Ban on visiting the admin panel of a certain role in yii2?
Good day to all.
Task:
There are 2 roles: Low/High There
is
an admin page with 1 drop-down list: Low/
High a person with the role "High" can enter the admin panel, a person with the role "Low" can also enter. How I did:
Set the resolution to low view.
return [
'hight' => [
'type' => 1,
],
'low' => [
'type' => 1,
'children' => [
'view',
],
],
'view' => [
'type' => 2,
'description' => 'view',
],
];
Yii::$app->user->can('view')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question