-
Hi there
Could you please shed any light on where I may be going wrong? Problem is that access restrictions are not functioning for the protected and custom scopes, so any call made returns data.
Us…
-
Is there some layouts file missing?How can I change to form layout?!
-
My app has backend and frontend.
How can I block backend access for manager and user and only enable backend login for the webmaster?
-
Hello, when i run command php console/yii rbac/init and have error Unknow command "comment/rbac/add" . How can i solve problem!
Thanks
-
I've create the tables manualy and removed the
``` php
```
part and the form appears but now I get a 'Not Found error '.
Some help please? :)
-
in basic app i m getting this after install
-
Hello! I have problem.
![screenshot_4](https://cloud.githubusercontent.com/assets/10464561/7936802/7ef2170c-0944-11e5-93ea-9ac5c19ec457.png)
-
Why in rbac [migrate](https://github.com/yiisoft/yii2/blob/master/framework/rbac/migrations/m140506_102106_rbac_init.php#L75) field 'user_id' is varchar (64)
if you [migrate](https://github.com/yiiso…
lav45 updated
9 years ago
-
Hi
How restrict a user role such as 'user' to an action of backend
I have tried this code in a controller :
public function behaviors() {
return [
'verbs' => [
…
-
In https://github.com/yiisoft/yii2/blob/master/framework/rbac/DbManager.php
The checkAccessFromCache method call the checkAccessRecursive one :
``` php
protected function checkAccessFromCache($user…