Do you have the list of users id?
It will be easier to mark them so you can select them in user manager.
Now you can filter on disabled users in user manager. Re-enable them when your done.
via Joomla! http://forum.joomla.org/viewtopic.php?t=830930&p=3122886#p3122886
It will be easier to mark them so you can select them in user manager.
Code:
update #__users set block=1 where id in (87, 56, 20);
Now you can filter on disabled users in user manager. Re-enable them when your done.
Statistics: Posted by Per Yngve Berg — Tue Dec 31, 2013 5:42 pm
via Joomla! http://forum.joomla.org/viewtopic.php?t=830930&p=3122886#p3122886
No comments:
Post a Comment