Deleting users

I dont see anything about how to delete users from the request system. Is this
possible?

Adam

I dont see anything about how to delete users from the request system. Is this
possible?

In general, you don’t want that for referential integrity reasons.
If a user entered a ticket at any point, you’ll want to keep the
user around in the database. You can, however, set users to
“inactive” on the user edit page.

srl
Shane Landrum (srl AT boston DOT com) Software Engineer, boston.com

You can delete users directly into the DB using SQL cli for table Users and
GroupMembers
You also want to make sure you don’t have tickets related to the user you
delete to leave your system clean after manipulation.
Steve Poirier
Inet-Technologies inc.From: “Adam R Prato” arp-rt2@metachar.net
To: rt-users@lists.fsck.com
Sent: Thursday, October 11, 2001 2:12 PM
Subject: [rt-users] Deleting users.

I dont see anything about how to delete users from the request system. Is
this
possible?

Adam


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users