We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in my modules i have this
'admin' => [ 'class' => \Da\User\Controller\AdminController::class, //'administratorPermissionName' => 'admin', 'as access' => [ 'class' => yii\filters\AccessControl::class, 'rules' => [ //['allow' => true, 'actions' => ['index','switch-identity']], ['allow' => true, 'permissions' => ['admin']], ], ], ],
but my when i got to https://blabla.com/backend/web/user/admin/index/ i'm getting a yii\web\ForbiddenHttpException error
https://blabla.com/backend/web/user/admin/index/
yii\web\ForbiddenHttpException
how do you set this up? what am i missing?
is there any full tutorial to set up RBAC?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in my modules i have this
but my when i got to
https://blabla.com/backend/web/user/admin/index/
i'm getting ayii\web\ForbiddenHttpException
errorhow do you set this up? what am i missing?
is there any full tutorial to set up RBAC?
The text was updated successfully, but these errors were encountered: