The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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? |
#2
|
|||
|
|||
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. |
#3
|
||||
|
||||
I'm not really clear on what you want. It looks like you just want to verify that a user is not in the Unregistered group or in the Users Awaiting Confirmation group? I have no idea what this 'key' is and how it works though. In the user table, there is a usergroup column that says which usergroup they belong to. Perhaps that is what you are looking for.
I have no idea about the HTTP headers response. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|