Closed
Bug 300664
Opened 19 years ago
Closed 19 years ago
Searching for User always returns zero matches
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bwern, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Searching for ANY user, including wildcards, always returns zero users. This started happening upon installing 2.20rc1, but I originally thought it was becuase I enabled usemenuforusers -- however, I have since confirmed the problem with usemenuforusers enabled and disabled. Reproducible: Always Steps to Reproduce: 1. As administrator, select Users to go to editusers.cgi 2. Enter any search parameters that _should_ match 3. Actual Results: Produces zero results Expected Results: Matched appropriate users
Comment 1•19 years ago
|
||
Are you using visibilitygroups? You'll only see users in groups that are visible to you. Using wildcards doesn't work if you use the "case-insensitive substring" search. Don't put any wildcards there. For regexp searches, use ".*" as a wildcard. Using "*" only is (probably) not what you want.
That was it, apparently. Turning off visibilitygroups restore access to the users.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•