Modify ↓
#13186 closed defect (cantfix)
Setting restrict_owner to true shows unknown user "setup"
Reported by: | anton | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 1.2.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
i created a new trac 1.2.4 environement.
Now I have set
restrict_owner=true
in the [ticket]
section
of trac.ini
.
The strange thing is that in the dropdown an additional
unknown user called setup
shows up.
Perhaps its because I use https://trac-hacks.org/wiki/AccountManagerPlugin, but the old trac instance uses the same plugin without having this strange user.
My question: is it a bug? or how do I get rid of this user (or where do i find him)?
Attachments (0)
Change History (2)
comment:1 by , 5 years ago
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Version: | 1.2dev → 1.2.4 |
Note:
See TracTickets
for help on using tickets.
That is not a issue. Your environment has probably
setup
user in the session table. You could check existence of the user usingtrac-admin $ENV session list
.The user can be deleted using
trac-admin $ENV session delete setup:1
if not needed.If the th:AccountManagerPlugin creates
setup
session record without the ask, that is a th:AccountManagerPlugin issue.