Edgewall Software
Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 Jun Omae, 5 years ago

Resolution: cantfix
Status: newclosed
Version: 1.2dev1.2.4

That is not a issue. Your environment has probably setup user in the session table. You could check existence of the user using trac-admin $ENV session list.

Welcome to trac-admin 1.2.4
Interactive Trac administration console.
Copyright (C) 2003-2019 Edgewall Software

Type:  '?' or 'help' for help on commands.

Trac [/path/to/tracenv]> session list

SID      Auth  Last Visit  Name  Email   Default Handler
-------------------------------------------------------------------------------------
admin    1     2019-04-10                
jun66j5  1     2016-10-26                
user     1     2017-09-19

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.

comment:2 by anton, 5 years ago

Thanks a lot for the info :-)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.