For us, it was the ‘delete posts’ role being denied that stopped admin cp access. I am not sure, but I think we have a custom function about the editor to access admin cp only and I think this may be why.
Hi @npacademy
I’ve just set Delete Posts capability to Deny and logged in as the user with this role to the WordPress dashboard. I didn’t notice any issues with this setup. Could you double-check that the cause of this is not some plugin conflict?
Best
Hi, I experienced the same issue.
I registered a custom post type with 'capability_type' => 'event', 'map_meta_cap' => true, and created a new role with grants for each value on that post type. an user with this sole role can’t access the dashbord or edit it’s profile until ‘Delete Posts’ is granted. The same is true for the subscriber role. An subscriber can’t edit it’s profile until ‘Delete Posts’ is granted.
Im using WordPress 5.6.1 and Members 3.1.3