Ticket #2357 (closed defect: worksforme)
restrict_owner lists too many users
| Reported by: | Norbert Unterberg <nunterberg@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.9 |
| Severity: | normal | Keywords: | documentation |
| Cc: | nunterberg@… |
Description
According to the documentation (see 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.


