Skip to content
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

Useless RBAC route from database #28

Open
neoacevedo opened this issue Aug 17, 2018 · 0 comments
Open

Useless RBAC route from database #28

neoacevedo opened this issue Aug 17, 2018 · 0 comments

Comments

@neoacevedo
Copy link

neoacevedo commented Aug 17, 2018

Good, in short words:
If I don't configure access from config file for backend at this mode:

'allowActions' => [
            'site/*',
            //'rbac/*'
            //'admin/*'
        // The actions listed here will be allowed to everyone including guests.
        // So, 'admin/*' should not appear here in the production, of course.
        // But in the earlier stages of your development, you may probably want to
        // add a lot of actions here until you finally completed setting up rbac,
        // otherwise you may not even take a first step.
        ]

I'm unable as admin user/role to access to any rbac or site URL, doesn't matter if I add via database such URL to auth_item table.

My backend baseUrl is set to /admin and via htaccess I can use the same domain to achieve it.

Aditional to it, I can see the admin index being guest but having restricted the index to guest.

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

No branches or pull requests

1 participant