Opened 16 years ago
Closed 16 years ago
#7275 closed enhancement (worksforme)
Interface to remove users
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/web | Version: | 0.11-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
My company uses trac for its projects, which consist of somewhere around 10 people each. When someone leaves a project, their name stays on the list of users which appears on tickets, so we tend to accidentally assign them tasks. For long lived projects, it also makes removing the user list pretty long, making it hard to find the people who are on the project right now. It would be great to have a way to remove users from this list. I envision a menu item in the web/admin console that reveals a list of all the users (retrieved from the "session" table), that an admin can use to delete users. When a user is deleted, his entry is removed from the session table, and attributes are removed from the session_attributes table.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Yes, you want the th:AccountManagerPlugin.
Have you considered using the Account Manager plugin?