开发者

manual add all users from Users Awaiting Email Confirmation to Registered Users

My problem is all by user are ending in "[B]Users Awaiting Email Confirmation[/B]"

I know users are not getting Confirmation email. so I want to manual add all users from Users Awaiting Email Confirmation to Registered Users

is there are way by which I can move all 1500+开发者_运维技巧 users from Users Awaiting Email Confirmation to Registered Users

Not one by one

Regards


If the usergroup IDs are the same as the default, then a simple:

UPDATE user SET usergroupid = 2 WHERE usergroupid = 3;

will do the job.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜