Bypass RBAC check access for SuperAdmin using yii2-admin

Hello Everyone,

I have facing problem that bypass RBAC check access for SuperAdmin in yii2-admin.

So, now how can i customize yii2-admin to bypass RBAC check access for SuperAdmin; can anyone have idea for this ?

Please help… :rolleyes: :rolleyes:

assign the permission for route */ to SuperAdmin and they will be able to access all pages in the whole site.

You need to go into admin/route and move the */ to the right-hand side, then it will appear as an assignable permission in admin/role for the SuperAdmin role.