The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello
how can I find to multiple accounts using to same email address. BEst Regards |
#2
|
|||
|
|||
![]()
I don't have a solution but I can offer a suggestion;
run a query for user and their email addresses does your board allow mutilpe accounts with the same email addy? |
#3
|
|||
|
|||
![]()
no we dont allow it but before a few time its open i've see same emails for different user.
what's a query ? do you have test any query ? best regards |
#4
|
||||
|
||||
![]()
Firstly,
Settings ? Options ? User Registration Options Require Unique Email Addresses - Set to YES! And then, if you want users who have registered with the same email.. Code:
SELECT userid, username, email, count(email) FROM user GROUP BY username HAVING count(email) > 1 |
#5
|
|||
|
|||
![]()
Hello
thanks for help i've run this query but it's not find any user ? Best Regards |
#6
|
||||
|
||||
![]() Quote:
Code:
SELECT email, COUNT(email) AS Duplicates FROM user GROUP BY email HAVING ( COUNT(email) > 1 ) |
#7
|
|||
|
|||
![]()
Hello
its give a this error message error desc: Table 'xxxx_xxx.users' doesn't exist. thanks |
#8
|
|||
|
|||
![]()
what's your version of vBulletin ?
ACP> Maintenance >Execute SQL Query >Manual Query select username,email from user; |
#9
|
|||
|
|||
![]()
my version is 4.06
select username,email from user its not good for me i've got a lot user they give me 20.000 page ![]() |
#10
|
|||
|
|||
![]()
This is worked for me, but i want to delete all multiple mail users. Any solution?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|