Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
292 views
in Q2A Core by
I want a way to find out (automatically) inactive users for the past 3 months, for automatic deletion. (i.e., in the last 3 months they have not asked, answered, commented, or voted). How to do it?

1 Answer

+1 vote
by
You could find the list with a custom MySQL query, looking at the written column in qa_users, which is the DATETIME of the last write action by the user.
...