I've found it beneficial to show the status of users (active/blocked) in the member list for users with the "administer users" permission. Attached is a patch to add this functionality to the 4.7 release.

Requires the 4.7 patch in http://drupal.org/node/47829#comment-188270.

CommentFileSizeAuthor
contrib-head.members.status.junyor.patch2.05 KBjunyor

Comments

junyor’s picture

Assigned: Unassigned » junyor
wmostrey’s picture

Version: master » 5.x-1.x-dev
Assigned: junyor » wmostrey
Status: Needs review » Fixed

The 'registered' and 'status' fields have been added.
This has been contributed and is available on the cvs version, will be available in dev on the next run.

When these become actual fields (in the views way of speaking) I will add handlers so you can pick the way the date should be displayed.

Anonymous’s picture

Status: Fixed » Closed (fixed)
junyor’s picture

http://drupal.org/node/207398 adds a Status filter to allow display of blocked users. Currently, the members module only displays active users.