Hello all,
Need a bit of advice.
I have a page structure where users with a specific role either can or can't view the page.
The problem is, is that I need to be able to have users who can add other users..but only assign them to specific roles.
For example:
A manager can add users and assign the roles:
Supervisor or worker
A supervisor can add users but only assign the new users with the role of worker
A worker can't add any users.
Is this currently possible to do in processwire? If not, how would you go about doing it?