@baris Thank you. I'm pretty new to Mongo and after a little tinkering I figured out I had to run the following to get it work correctly:
db.objects.update({_key: {$regex: /^user:\d+$/}}, {$set: {"signature": ""}}, {multi: true});
Hello,
when a user deletes his account, his posts still are available.
...That can cause problems with the GDPR and especially when the user could theoretically post political and personal data which (especially in Germany) can cause trouble - it would be better if deleted an account, would also delete all his posts. How would that be possible?
For a user to delete all content, is not possible. They will need to contact an administrator and you can delete their account from either their account page or ACP -> Manage -> Users.
@julian Would it be possible to let a user delete his own account with the posts? Can't it just be just a small js function name change on the Delete account button?
According the the GDPR and just usability wise, it would be better if the user could delete his posts.
I'd appreciate it, if you or someone else sends a changed JS file if you got time - Thanks!