Hi,
I’ve got three user role:
- admin
- manager
- customer
When a manager log in to the panel and clic on “users” in the menu, I would like it to:
- have access only to users with the customer role.
- be able to create a customer only (not other manager users)
What is the best approach to do this?
May I filter users role displayed in the panel depending on the role of the connected user?
Thx