Closed (fixed)
Project:
Content Profile
Version:
6.x-1.0-beta2
Component:
Base module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2008 at 15:05 UTC
Updated:
25 Nov 2008 at 19:22 UTC
I have a D6.x install, and want to allow admins to search for a given username so they can change the user's role.
Will this module allow me to do that?
(Filtering is not feasible since the site has about 1000 users. )
Comments
Comment #1
bonobo commentedI'd recommend using Views, possibly in tandem with Views Bulk Operations.
http://drupal.org/project/views
http://drupal.org/project/views_bulk_operations
Comment #2
andrewbenkard commentedHey, thanks for the suggestion.
In the meantime, I've been using the builtin site search. Not elegant, but it does the trick.