Hi. Thank you for doing this! I just wanted to report that it seems that status is not working. If you run --status=blocked, it still just returns all users. Same with active. The roles work fine though. I will look at it deeper and see if I can resolve this.

Comments

brandy.brown created an issue. See original summary.

brandy.brown’s picture

Looks like on line #175 instead of
if (!empty($st)) {
should be changed to
if (isset($st)) {
because if $st is 0, it will consider that empty.

John Bickar’s picture

Thanks, I'll try to take a look at this soon.

John Bickar’s picture

John Bickar’s picture

There were bugs in that last commit, which have now been fixed. You will want to pull the latest.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.