Adding Multiple Users to a Group at once
Permalink
Didn't find any information on this specific request with a search.
Is there a way to add multiple users to a group at once? It would be nice if the check-marks next to users in the UserSearch page included an add to group (in addition to the edit properties).
Anyone know how I could easily impliment this if I wanted to add it?
Is there a way to add multiple users to a group at once? It would be nice if the check-marks next to users in the UserSearch page included an add to group (in addition to the edit properties).
Anyone know how I could easily impliment this if I wanted to add it?
Thanks for pointing me to in the right direction!
Did you find a solution to this? I'm trying to import 450 users and the prospect of going through each one and setting their group(s) is pretty horrible...
is there no add-on thing to do this?
I love to watch code, but i am i now way able to use it.
a module with some good usermanagement would be great.
also a module that enables a user to add a code to be auto-included into a (set of) groups at registration.
I love to watch code, but i am i now way able to use it.
a module with some good usermanagement would be great.
also a module that enables a user to add a code to be auto-included into a (set of) groups at registration.
Still no way to do this?
I have 120 users I need to move into a group... Dreading having to do this one by one.
I have 120 users I need to move into a group... Dreading having to do this one by one.
You can easily do this now. You just check the box next to all of the users you want to add to the group, then in the top dropdown that says "WITH SELECTED" choose "Add to group".
I'm not sure in what version this feature added but most modern versions should have it. Just checked on 5.6.1.2 and it works fine.
I'm not sure in what version this feature added but most modern versions should have it. Just checked on 5.6.1.2 and it works fine.
It would be really nice if as a user joins the site, they would automatically be assigned to the specified group.
There's a free add-on called 'Registrant Group' that adds this capability:
http://www.concrete5.org/marketplace/addons/registrant-group/...
http://www.concrete5.org/marketplace/addons/registrant-group/...
If you want to put this in your own script/controller/block it's quite easy. Just have a look at this pagehttp://www.concrete5.org/documentation/developers/permissions/users...
There you can find all methods you'll need