Ok that works, but it's still a pain to trawl through each one to delete it.
I have tried to ammend the MASS PRUNE users search thing to give an option to find any users who show as inactive (as above)..
I've added..
PHP Code:
if ($empactive) {
$sqlconds .= iif($sqlconds=="","WHERE","AND")." empactive = $empactive ";
}
and a couple of obvious bits, but it does not seem to work.. anything obvious I am missing?