-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unauthorized action Error on generated pages #29
Comments
Hi @jaydombroski, Could you let me know what version of Laravel you're using, and what your config file looks like? As a long shot: is the admin role spelt the same in the |
hi @acoustep Laravel 5.3 entrust-gui.php:
|
First off, thank you for all the hard work to make this script!
I have followed your intrustions to the "T" and when I go to look at /admin/users, /admin/permissions or /admin/roles I get the following:
HttpException in Application.php line 917:
Unauthorized action
I did update in the config to use /admin, but other than that, very stock. The user I am logging in with, is a admin, as I have tested using Tinker, and was able to confirm.
Any advice would be helpful.
Thank you,
Jay
The text was updated successfully, but these errors were encountered: