On Wednesday, October 13, 2010 at 6:25:23 AM UTC-4, Scott Hildebrand wrote: > > Just a quick follow up, I've learned that the dropdown is populated by > entries in the session table of the sqlite database. > > Is it perfectly reasonable to delete the obsolete users from the session > table? Or should I just change the authenticated column value to 0? >
I think it is fine to delete obsolete users from the Session table. However if you simply want to prevent those users from appearing in the ticket assign-to box, you could just revoke TICKET_MODIFY for those users. This wouldn't be possible of course if you've granted TICKET_MODIFY to anonymous. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
