Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: stepman on June 29, 2009, 04:54:14 PM

Title: How to delete a user in database?
Post by: stepman on June 29, 2009, 04:54:14 PM
Hi!

How can I delete all data of a specific user in the roundcubemail database? I deleted some email adresses/user accounts in postfix but they are still available in my database.

thanks,

Gerald
Title: How to delete a user in database?
Post by: (:Pro:) on October 20, 2009, 06:59:38 AM
Me this question too interests. I created many test users. How now them to delete?
Title: How to delete a user in database?
Post by: rosali on October 20, 2009, 09:41:05 AM
PHPMyAdmin ... Just delete them in accounts table (all other tables are linked to the main index user_id in accounts table).
Title: How to delete a user in database?
Post by: (:Pro:) on October 20, 2009, 10:17:24 AM
Quote from: rosali;22394PHPMyAdmin ... Just delete them in accounts table (all other tables are linked to the main index user_id in accounts table).
Thanks. I will try =)