Hi, wondering if you could help. We've created an admin usergroup for the backend and needed these users to be able to edit other's profiles. Our ACL setup is like this:
Public
> Registered
> > Group A
> > > Supervisor A
> > Group B
> > > Supervisor B
> Admin
> Super User
However, when Admin tries to edit Group A or B's profiles, they do not have authorisation to do so.
Code:
Error
Unauthorized attempt to change higher groups of an user than allowed !
We've tried adding Supervisor usergroups to Admin users as well but still have the same error.
What is supposed to be the correct ACL setup? We don't want Admin to have super user access, only access to edit Group A and Group B's profiles.