The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Search for email addresses that are used for more than one account
Good morning all,
Is there a way to search for email addresses that are used for more than one account ? Either a built-in option, a mod, or using phpmyadmin Thanks in advance for your help |
#2
|
||||
|
||||
You could run this query in the ACP to see if there are any.
Code:
SELECT email, COUNT(email) AS Duplicates FROM user GROUP BY email HAVING ( COUNT(email) > 1 ) |
#4
|
||||
|
||||
Glad that worked for you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|