Seems I have to bump every thread I make to get even a reply that says "no"
Anyway, with email verification on, is looks like members are placed into the "email not yet verified" group until they verify, at which point they're moved to the "registered" group. In the database the only related table I see is useractivation, and I have no idea what the values in it are. The table has a single row for my forum at the moment, but according to ACP I have no unverified members, and nobody "waiting for moderation". Any documentation on this table?
I just want to deny users access based on that status until they go to a page in a specific browser with a specific HTTP header response. They will then log in on that page, the page will check the header, and if it matches, will set their access to allowed. I'm already running another script that moves users to different groups depending on a profile field, though, and don't know if that will change the way I should go about the verification.