IS this feature being worked on? I don't see it in the current CB, or am I just not looking hard enough ?
Actually , the API currently supports triggers that help this.
For example, when you delete a user from the CB Backend a trigger is fired and correctly coded plugins will cleanup all user related data.
For example, the CB Gallery plugin cleans up its tables and uploaded files for a deleted user.
So is there a link I can offer a each user to delete themselves or not? I heard Mikko sying on another thread it would be quite straightforward without needing alot of knowledge to code a plugin that does that...
A PLugin that sends an email to users that have not logged in the last x months providing a link in the email to delete or keep their profile what we would need.
Removing users cleanly (removing all thing created by all plugins for the user) is not easy. Just removing user while leaving some garbage in the database is easy.