Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Permissions with inherited users #127

Open
AdeAttwood opened this issue Aug 10, 2017 · 2 comments
Open

Permissions with inherited users #127

AdeAttwood opened this issue Aug 10, 2017 · 2 comments

Comments

@AdeAttwood
Copy link

In the user can function should it use the logged in users id form the app not using the podium id that is different to the Yii::$app->user->getId()

like

$access = Podium::getInstance()->rbac->checkAccess($user->inherited_id, $permissionName, $params);

$access = Podium::getInstance()->rbac->checkAccess($user->id, $permissionName, $params);

@eLFuvo
Copy link

eLFuvo commented Sep 8, 2017

Same issue is already opened #115

@bizley
Copy link
Owner

bizley commented Sep 8, 2017

Guys, I'm terribly sorry, super busy right now. I promise to handle everything with Podium soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants