0
votes

Is there a way to bulk add users to roles or group in Drupal 7.

I want to add users based on Profile 2 field(s) on filters like (Gender=Male and Age>=18) and so on.

I need to do this in order for Drupal content to be accessible to a specific group(s) or role(s) only.

I went through some modules (http://drupal.org/project/content_access, http://drupal.org/project/simple_access) but I'm really confused, on what suits best.

1

1 Answers

2
votes

Try User Import Framework which allows you to use a CSV file to create new users and assign roles