Opened 16 years ago
Closed 16 years ago
#4874 closed enhancement (worksforme)
Remove users from suggestion list
Reported by: | Owned by: | Jeff Hammel | |
---|---|---|---|
Priority: | normal | Component: | AutocompleteUsersPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Users, which are not in the users list in TRAC admin anymore, are still in the list.
How can I remove a user from the list to keep it short and simple?
Thanks in advance,
André
Attachments (0)
Change History (5)
comment:1 Changed 16 years ago by
comment:2 follow-up: 4 Changed 16 years ago by
"This is beyond the scope of which I'm willing to do with AutocompleteUsersPlugin right now. "
What's the point if autocompleting non-existant users?
comment:3 follow-up: 5 Changed 16 years ago by
The point is that there is still users in the AJAX list that were deleted long time ago.
We work quite a lot with freelancers. Even though we have deleted the usernames from TRAC admin, they still appear in the AJAX list of AutocompleteUsersPlugin.
This is quite annoying since we had previous freelancers with similar names as existing team members.
comment:4 Changed 16 years ago by
Replying to anonymous:
"This is beyond the scope of which I'm willing to do with AutocompleteUsersPlugin right now. "
What's the point if autocompleting non-existant users?
File a ticket against Trac to either fix get_known_users or to have an alternate function that gets only active users. Since you didn't respond to my suggestion about groups, I'll assume you don't like it.
comment:5 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Replying to andre.b@gmx.com:
The point is that there is still users in the AJAX list that were deleted long time ago.
We work quite a lot with freelancers. Even though we have deleted the usernames from TRAC admin, they still appear in the AJAX list of AutocompleteUsersPlugin.
This is quite annoying since we had previous freelancers with similar names as existing team members.
Propose a patch or suggestion to how it be done. Since you don't like my suggestion and seem to want to put the burden on me, I'm going to put the burden back on you.
This is beyond the scope of which I'm willing to do with AutocompleteUsersPlugin right now. Right now,
get_known_users
is used for the AJAX handler that. I would like make this plugin work with groups of users -- say, you have a 'developer' group, or what not. Would this work for you? I'm more interested in getting Trac to deal with different classes of users better (get_known_users
is both fairly misleading, as it only works with users that have logged in, and fairly useless to narrow down users), but I don't know how to solve this right now, though suggestions are welcome.