-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
guest is not allowed to access dispatchable index (dispatchable/index) #11
Comments
Hey, What user/authentication module do you use? Is it KapitchiIdentity or ZfcUser? In order to use ZfcAcl you need to implement RoleProvider and inject it to Acl service. Matus |
Hi, But now i suppose i should call somewhere RoleProvider::setIdentityRoleService($identityRoleService) using $aclService but i don't know how. My current error is following because $this->getIdentityRoleService() is null: |
ZfcUser does not provide roles. Although you might want to implement role provider this way:
|
Hi there,
I got this error.
I don't understand why.
The text was updated successfully, but these errors were encountered: