Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Any way how to automatically delete blocked users?

+1 vote
Thanks to spammers, I have a bunch of blocked users in the Q&A. Is there a simple way how to remove them, e.g. automatically after some time? (giving them a chance to request being unblocked, and if they remain silent they are removed.)
asked Dec 29, 2011 in Plugins by Chris

1 Answer

+1 vote

Not currently. In Q2A 1.5 it's possible to delete users using function qa_delete_user(...) in qa-app-users-edit.php, so a plugin could use an event module to note when the user was blocked, and then some time later delete the user if they weren't unblocked.

answered Dec 30, 2011 by gidgreen