Author Topic: How to delete a user in database?  (Read 5034 times)

Offline stepman

  • Newbie
  • *
  • Posts: 1
How to delete a user in database?
« 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

Offline (:Pro:)

  • Jr. Member
  • **
  • Posts: 53
How to delete a user in database?
« Reply #1 on: October 20, 2009, 06:59:38 AM »
Me this question too interests. I created many test users. How now them to delete?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
How to delete a user in database?
« Reply #2 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).
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline (:Pro:)

  • Jr. Member
  • **
  • Posts: 53
How to delete a user in database?
« Reply #3 on: October 20, 2009, 10:17:24 AM »
Quote from: rosali;22394
PHPMyAdmin ... Just delete them in accounts table (all other tables are linked to the main index user_id in accounts table).
Thanks. I will try =)