[Trac-tickets] [The Trac Project] #2357: restrict_owner lists too
many users
The Trac Project
noreply at edgewall.com
Tue Nov 15 06:03:57 CST 2005
#2357: restrict_owner lists too many users
------------------------------------------------------+---------------------
Reporter: Norbert Unterberg <nunterberg at gmail.com> | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone: 0.9.1
Component: ticket system | Version: 0.9
Severity: normal | Keywords: restrict_owner |
------------------------------------------------------+---------------------
According to the documentation (see
[http://projects.edgewall.com/trac/wiki/TracTickets#AssigntoasDropDownList
TracTickets]), the {{{restict_owner}}} ini setting should add all users
that have entered their name and e-mail address. Hoever, the drop-down
list on the ticket page lists all users that have ever authenticated, even
if they never went to the settings page.
I have entered the query used by the ''get_known_users'' function in
env.py directly in SQLite (version 3.2.2), and the result is a list with
all users, no matter if they entered their e-mail or not. The nested query
seems to be failing.
This might look related to #2351 and #1347, but I think it is different.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2357>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list