Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: boxyball on March 17, 2016, 05:55:42 PM

Title: deleting a user
Post by: boxyball on March 17, 2016, 05:55:42 PM
When I need to delete a user, I delete their entry from the users table and flag any associated identities for deletion.
Do I need to do anything with contacts, contactgroups, or any other table?
Or perhaps cleandb.sh will take care of it later?
Title: Re: deleting a user
Post by: SKaero on March 18, 2016, 03:28:54 AM
If you delete a user in the database from the users table everything that goes with that user should be removed automatically. You can also use deluser.sh instead of deleting users in the db.