Verification status
Is there a $vbulletin->userinfo key that says whether a user has clicked the email validation link yet? I have some content for a group in a game that displays based on the users group. However, if someone manages to obtain another (as of yet unregistered) member's key, they would be able to view sensitive information. I would like to add to my if condition is_member_of statement a check of whether they've completed verification yet.
If there IS a validated status in $vbulletin->userinfo, then I'd also like to set up a page that when loaded in a certain browser will retrieve a header value, and rather than using email verification, will check if that header value matches another database key, and if so, mark that user as verified. Possible?
|