The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problem with registration
Hi all,
i've enabled "Verify Email address in Registration" in my vbulletin. when i register a new account, i am logged in without confirm registration trought the link mailed me. whats wrong? |
#2
|
|||
|
|||
You can still loggin but you'll be in the user's awaiting validation group until you become activated
|
#3
|
|||
|
|||
i've fixed in this way
/includes/funcions_login.php row #140 Code:
if ($vbulletin->userinfo = $vbulletin->db->query_first("SELECT userid, usergroupid, membergroupids, infractiongroupids, username, password, salt FROM " . TABLE_PREFIX . "user WHERE username = '" . $vbulletin->db->escape_string(htmlspecialchars_uni($username)) . "' AND usergroupid <> 3")) any better idea? |
#4
|
||||
|
||||
Did you read what EnIgMa said? You get put into the User's Awaiting Email Confirmation group at first. You may limit the permissions on that group so that they can't do much until they confirm the email.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|