Jen wrote:
> Is it possible to unregister a Trac user?  When a user registers, that
> person's name is automatically added to the Assignee list.  I want to
> remove one of the names.  Is there a file that contains the names, or
> another way of doing this?
>
>   
In the database:
DELETE FROM session WHERE sid = "$USER";
DELETE FROM session_attribute WHERE sid = "$USER";

--Noah

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to