Hello all... I imported 4000 users to joomla DB. I have now 4000 users that I need to enable them! The only way I see that I can enable them is by going one-by-one and pressing the ENABLE buttom! Is there any other way to enable ALL the users after I have imported them into Joomla ? Thanks in advance! Guy.
Maybe you can look into doing an SQL update command to change the status, but I'm not sure about that one. Having to manually do it sounds like a lot of work.
I found something ... There is an option for disabeling the need for approval from admins. Now the problem is that it doesn't approve everytime I am importing users... It did just in the first import..... Strange, don't you think so?
definitely just do a sql update. UPDATE #__users SET block = 0; replace #__ with your prefix (eg. jos_)