Topic: Automatic clean old unverified users
Hello.
I do not know why, but this part of file (register.php) :
$query = array(
'DELETE' => 'users',
'WHERE' => 'group_id='.FORUM_UNVERIFIED.' AND activate_key IS NOT NULL AND registered < '.(time() - 259200)
);
is never excuted on my board (while several users daily register).
So I have to manually delete old unverified users.
Does it work on your forum?
Thank you.