I have been using site user list to help manage a database of members, that can also log in to my website. I just noticed that any members that are blocked do not appear on the list. Is there a way I can show both active and blocked members?

Thanks for your help.

Comments

pukku’s picture

Assigned: Unassigned » pukku

Right now, the only way to do this is to edit the module file. Line 417 in site_user_list.module should be a part of the definition of $internal_sql and should read . "WHERE u.status = 1". If you comment out this line (put a // at the start of the line) or delete the line, blocked users should show up.

I will make this an option for the future.

sam_bolton’s picture

Great, thanks for that. That has worked.

sam_bolton’s picture

Status: Active » Closed (fixed)