Originally posted by Chruser
Recently, I moved my board to a new server, and I realized that a small problem was that the server wouldn't send emails out, so I have around 400 users who are "waiting for email activation". Can anyone remind me of where to find the "change all users in the usergroup to another usergroup" feature? I just can't find it.
Recently, I moved my board to a new server, and I realized that a small problem was that the server wouldn't send emails out, so I have around 400 users who are "waiting for email activation". Can anyone remind me of where to find the "change all users in the usergroup to another usergroup" feature? I just can't find it.
Code:
UPDATE user SET usergroupid='2' WHERE usergroupid = '3'
Leave a comment: