How to allow user to manage group members (manager)
Hello!
I'm trying to achieve following goals:
- enforce that page created by user will belong to certain category
- each group should have user with "manager" capabilities - can add (create)/ list/remove users within his own group
I have "Default Category" set in group settings: https://i.imgur.com/nvndnmo.png However when I'm adding new pages (logged in as test user who is assigned to this particular group) then after page is created category is not assigned. Why it doesn't work?
I created "Manager" group and assigned "group" permissions: https://i.imgur.com/JyYDsnd.png - the problem is that user administration controls/interface is not displayed. It is displayed if I add "admin" permissions in "user" category: https://i.imgur.com/Qexlnw0.png
However this is undesired because now manager can see users outside of group which he manages: https://i.imgur.com/p8nbcqx.png (and moreover - add and assign user to any group! https://i.imgur.com/95hY99T.png )
version: 18.1 (MyISAM)
I'm struggling with enabling these features and I would be glad if someone can point me intro right direction