bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

ROLE_EDITOR triggers Access Denied #39

Closed iamgoodbytes closed 3 years ago

iamgoodbytes commented 3 years ago

bolt 4.1.2

When adding a new user in the control panel and giving it ROLE_EDITOR, after logging in it crashes with the following error:

Screenshot 2020-10-19 at 10 38 28

Changing the role to ROLE_ADMIN fixes this, but of course we don't want editors to be admins.

iamgoodbytes commented 3 years ago

Duplicate: https://github.com/bolt/core/issues/1923