only seeing three arbitrary users
theblackbox - November 28, 2006 - 14:29
| Project: | User List |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | theblackbox |
| Status: | duplicate |
Jump to:
Description
Hey
Using the User list module to help me with my group creation and subscription stuff. But the module only shows three of my users, I have no idea how it has settled on these three - they have nothing in common (eg roles).
If you have any idea what could be the problem, I'd appreciate the help.
Peace
TheBlackBox

#1
figured it out. These were the only users that had been active since they are all test users (but I'd had to do a bit of extra editing on these three, so logging in and making them active)
#2
If you want to sort this for testing purposes, replace all the "access != 0" with "uid != 0"
It is probably best to set it back to the access condition, however, especially if you have a large amount of users and want to avoid those who register and then never use (!!)
#3
glad you figured it out. might be useful for some folks to have a way to see non-active folks. also to make it work with the troll module. i'll turn this into a feature request to remind me (or some other interested coder) when i have the chance.
#4
duplicate of http://drupal.org/node/93408
#5
Hey blackbox, i'm struggling with the same problem- still relatively new to drupal, i have created a chat/blog site for a varsity project (musecafe.co.za) and I created 3 test users which all work fine but other users have independently registered and recieved the email etc. but cannot log in and do not register as users in the site user settings... Any advice? Not too sure about editing the code...