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...