-
Shouldn't `'ignoreActions' => ['audit/*', 'debug/*']` avoid write into audit_data table these routes?
Plus, related to #138 with `'ignoreActions' => ['*'],` all is recorded in audit_entry table so _i…
-
### What steps will reproduce the problem?
Adding additional info to either of the auth item tables.
### What is the expected result?
Being able to customize queries that are used in DbManager for …
-
Hello.
I am writing own module to roles control. To prevent deleting a role I want to check if the role has assignments or not. What do you think if we add this functionality to core?
-
Привет!
php 7.0.2
Apache/2.4.12
ubuntu 15.10
После установки сразу не работает.
Выдает такую ошибку:
`Getting unknown property: skeeks\cms\models\Tree::redirect_tree_id`
```
in /home/eugene-kie…
-
### What steps will reproduce the problem?
I use yii\rbac\DbManager to store auth data. I don't want to assign any newly created user to default user role. I prefer to use defaultRoles property…
-
I'm getting an error
```
# php yii migration/create-all
Exception 'TypeError' with message 'Argument 1 passed to bizley\migration\controllers\MigrationController::preparePathDirectory() must be o…
-
## Meta -
Image(s):
image: selenium/standalone-chrome-debug:3.11.0
Docker-Selenium Image Version(s):
image: selenium/standalone-chrome-debug:3.11.0
Docker Version:
Docker version 1…
-
### Problem description
[RBAC rules](http://www.yiiframework.com/doc-2.0/guide-security-authorization.html#using-rules) are very useful to solve complex authorization problems. Unfortunately the Ac…
mrbig updated
5 years ago
-
Hello!
At the moment I'm working on rbac web-interface, and I've stumbled upon following problems:
1) I want to get all available roles and permissions and show them to user. The problem is that the…
-
Cache AuthDbManagerComponent results to reduce sql queries?
Example: https://github.com/letyii/yii2-rbac-cached/blob/master/RbacCached.php