@gotwf The commit I linked is actually what caused the problem 2 years ago. The issue was just filed, and it's saturday after all, so I'd give it some more time 🙂
(though to be clear, the commit has a clear purpose: letting exports of larger amount of data be handled in a separate process means they won't grind the forum to a halt. But it did make the endpoints not actually run the export, which is the issue here)
How to let the user delete all his posts including his account?
-
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!