(if this represents a divergence between the way Dragonfly CMS does this and PHPBB core does this, feel free to ignore.)
There are a few blocked users on our current PHPBB board, and we want to leave them banned on the new Drupal site. Currently, however, all users are imported with a status of 1, or active.
In my database, "users.user_level" indicates a user's status; if it's 0 the user is banned, if it's anything else they are active.
Comments
Comment #1
beginner commentedIn a vanilla phpBB, the blocked / active status is stored in user_active .
This issue is related to that one:
http://drupal.org/node/78509
Since it is another symptom of the same problem, I close this issue but leave the other one open.