vozihcs New member Jan 9, 2014 #1 Hey, My mail system didnt work for a while and know about 120 users are waiting for theire aproval mail. How can I change all to "valid" / ? I tried for an hour or so but I cant find it
Hey, My mail system didnt work for a while and know about 120 users are waiting for theire aproval mail. How can I change all to "valid" / ? I tried for an hour or so but I cant find it
P Paul B XenForo moderator Staff member Jan 10, 2014 #3 The Batch Update Users function does not allow the user state to be changed. It will need to to be done manually. Upvote 0 Downvote
The Batch Update Users function does not allow the user state to be changed. It will need to to be done manually.
R rdn Well-known member Jan 10, 2014 #4 Code: UPDATE xf_user SET user_state = 'valid' WHERE xf_user.user_state = 'email_confirm'; Upvote 0 Downvote
vozihcs New member Jan 10, 2014 #5 Thank you for ur answers! RoldanLT said: Code: UPDATE xf_user SET user_state = 'valid' WHERE xf_user.user_state = 'email_confirm'; Click to expand... This sounds great, would you please tell me where I have to paste it? Upvote 0 Downvote
Thank you for ur answers! RoldanLT said: Code: UPDATE xf_user SET user_state = 'valid' WHERE xf_user.user_state = 'email_confirm'; Click to expand... This sounds great, would you please tell me where I have to paste it?
R rdn Well-known member Jan 10, 2014 #6 vozihcs said: Thank you for ur answers! This sounds great, would you please tell me where I have to paste it? Click to expand... Phpmyadmin > sql query Upvote 0 Downvote
vozihcs said: Thank you for ur answers! This sounds great, would you please tell me where I have to paste it? Click to expand... Phpmyadmin > sql query
R rdn Well-known member Jan 10, 2014 #7 vozihcs said: Thank you for ur answers! This sounds great, would you please tell me where I have to paste it? Click to expand... Or install this addon: http://xenforo.com/community/resources/querier.2389/ Upvote 0 Downvote
vozihcs said: Thank you for ur answers! This sounds great, would you please tell me where I have to paste it? Click to expand... Or install this addon: http://xenforo.com/community/resources/querier.2389/