Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
173 views
in Q2A Core by
Hello,

I need the correct syntax and where to insert to delete unconfirmed users after 3 days. I think it shoud be inserted in

qa-db-users.php and the syntax shoud be something like:

delete from _ where `flags` = QA_USER_FLAGS_EMAIL_CONFIRMED and created < now() // interval 3 day.

But i am not very good on this. Please can someone write here the correct syntax and where to put ?

Thank you...
Q2A version: 1.6.2

Please log in or register to answer this question.

...