-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a role User administrator #7482
Comments
Actually I had similar thought a while ago. We could split up the admin permission into sub permissions. Like user management, app management, view logfile, monitoring, and so on. |
Currently we meddle two ways to provide permissions: admins by the admin group and group admins, internally called subadmins, by a specific table. Imho it makes sense to consolidate it into some role-mechanism to avoid misusing user-visible groups and having isolated solutions for specific roles. Talking about logfile, monitoring etc. it just make sense to transfer the "app enabled for group" to this mechanism… or assigning roles to a group or creating a role of roles for composition. If this is all necessary, depends on how fine grained it should be. At least keeping the path open for this scenarios. This just shows that it is also a complex component and needs requirements and a spec. So, yes, this would be some work, but reasonable. Can be a bigger feature for 14. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We need the option whereby group-admins can assign existing users to their groups but not create new users on the system. |
It would be nice if this user administrator role also covers the administration of group-folders. (Or would this be only a feature of group-folder app?) |
Hello all, Sorry if I should open a new issue but I think my need is related. I would be pleased to open a new issue if it was needed. Thanks in advance for any feedback. |
just wondering, if there has been any progress regarding this topic? |
@Yorgh: See the very bottom of the System ( |
@Yorgh I have split that request into a new issue as it not a lot to do with this issue here and I wanted to request the same: nextcloud/serverinfo#497 |
This would be the best solution. Or atleast the option "User Management" under "Grant administrativ rights". But obviousely since 2017 nothing changed. Oh yes - one more really stupid bug: group admins can't reactivate deactivated users anymore. Really love NC. But as a Groupware / Workgroup - Server the User management really should work. Group admin cant create new groups, nor add (existing) users to the group. So he has to borrow the Super Admin like: "Oh, please can you create a new group named "Test" and add this 250 users to the group!" GREAT. The best: the Superadmin can not simply add the users to the group. NO, he has to edit every single user, has to add 250 times manually the group to the 250 users! Really a pity and not usable for greater groups :( |
Actual behaviour
Nextcloud knows 2 admin groups:
Super Administrators and Group Administrators
As of https://docs.nextcloud.com/server/12/admin_manual/configuration_user/user_configuration.html#granting-administrator-privileges-to-a-user
Expected behaviour
I think this a very common scenario.
The text was updated successfully, but these errors were encountered: