ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

mass move members from one group to another

May 10, 2011 8:26am

Subscribe [3]
  • #1 / May 10, 2011 8:26am

    Eastwood Design

    605 posts

    I need to move 200 members from the pending group to another group.

    Is this possible to do easily without going into each individual profile

    Peter

  • #2 / May 10, 2011 3:26pm

    Brandon Jones

    5500 posts

    Hi Peter,

    You could run a bit of SQL, for example:

    UPDATE `exp_members` SET `group_id` = 2 WHERE `group_id` = 1

    Always backup your database before manually modifying it. Does that help?

  • #3 / May 10, 2011 3:28pm

    Eastwood Design

    605 posts

    sort of.  would I run this in phpmyadmin?
    in phpmyadmin do I add that query:

    Run SQL query/queries on database ee_databasename:

    OR

    SQL query on database ee_databasename:

    Which tab? SQL or QUERY?

  • #4 / May 10, 2011 4:43pm

    Eastwood Design

    605 posts

    UPDATE: Run SQL query/queries did the trick in phpmyadmin!

    What a time saver!  thanks

  • #5 / May 10, 2011 6:30pm

    Sue Crocker

    26054 posts

    Glad Brandon was able to help. Don’t hesitate to post again as needed.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases