nextcloud/server

Groups: Allow group admins to assign existing users

Open

#11,334 opened on Sep 23, 2018

View on GitHub
 (18 comments) (41 reactions) (2 assignees)PHP (4,865 forks)batch import
1. to developenhancementfeature: users and groupsgood first issue

Repository metrics

Stars
 (34,953 stars)
PR merge metrics
 (Avg merge 20d) (627 merged PRs in 30d)

Description

Group administrators can add and delete users in the group they have admin privileges for. This can lead to multiple users for the same person, as a group admin creating a new user may not know that there already exists such a user – and if he knows, he cannot assign it to his group.

I would suggest that group administrators can only or additionally assign existing users to the group they have admin privileges for. For this group administrator needs to access the list of all users. However, the visible information can be limited to user and display name and potentially group memberships.

Contributor guide