![]() |
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 |
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 ) |
Thanks !
Works like a charm. |
Glad that worked for you. :)
|
All times are GMT. The time now is 09:26 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:
|