![]() |
How to find multiple account same email ?
Hello
how can I find to multiple accounts using to same email address. BEst Regards |
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? |
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 |
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 |
Hello
thanks for help i've run this query but it's not find any user ? Best Regards |
Quote:
Code:
SELECT email, COUNT(email) AS Duplicates FROM user GROUP BY email HAVING ( COUNT(email) > 1 ) |
Hello
its give a this error message error desc: Table 'xxxx_xxx.users' doesn't exist. thanks |
what's your version of vBulletin ?
ACP> Maintenance >Execute SQL Query >Manual Query select username,email from user; |
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 :D |
Quote:
|
All times are GMT. The time now is 11:06 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|