If I understand correctly, users are added to RoundCube when they first login to webmail, and this adds the user account into a database somewhere.
I have a user who's access seems not to be working correctly, and I suspect that they've played with their settings, thereby breaking things.
I'd like to delete their RoundCube account and start things over from the beginning.
Can this be done, and if so, how?
TIA
P.
In the Roundcube database there is a table called `users` and in there you'll find the entry to delete. This will also delete their identities, address book etc. You could also reset just their settings by NULLing the field `preferences` for the user in that table.
yes the admin have the authority to do so 8)