Roundcube Community Forum

 

How to delete a user in database?

Started by stepman, June 29, 2009, 04:54:14 PM

Previous topic - Next topic

stepman

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

(:Pro:)

Me this question too interests. I created many test users. How now them to delete?

rosali

PHPMyAdmin ... Just delete them in accounts table (all other tables are linked to the main index user_id in accounts table).
Regards,
Rosali

(:Pro:)

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 =)