Closed (duplicate)
Project:
User List
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Nov 2006 at 14:29 UTC
Updated:
7 Jun 2007 at 19:11 UTC
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
Comments
Comment #1
theblackbox commentedfigured 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)
Comment #2
theblackbox commentedIf 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 (!!)
Comment #3
aaron commentedglad 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.
Comment #4
aaron commentedduplicate of http://drupal.org/node/93408
Comment #5
Maffs commentedHey 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...