Feature proposal #3853
closedBatch add users to groups
Description
Figure out a way for admins to easily add multiple users to a group all at once. Simple solution is to extend the user edit page to allow supplying a comma separated list of user ids.
Import/Export will not be implemented at this time though, that is for later.
Updated by krileon almost 12 years ago
Would even be cool to use API to add a new button to CB user management that when clicked sends to group user edit (new) with the user ids comma separated already in the input.
Updated by krileon almost 12 years ago
- % Done changed from 0 to 50
You can now supply a comma separated list of user ids to add multiple users to a group at once.
Updated by krileon almost 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Added button to CB > User Management and when clicked sends to new group user edit with the selected users already comma separated. On save will add the comma separate users to the group specified with the specified status.