Page 1 of 1

Is there an easy way to identify duplicate accounts?

Posted: 06 Feb 2016, 17:47
by Chuckie72
Hi

I am finding that when I manage the user accounts and sort by email address that there are a lot of supplicate email addresses. Is it possible to delete the duplicate accounts where the email addresses are the same, retaining the accounts with the most recent login date?

Thanks.

Andrew

Re: Is there an easy way to identify duplicate accounts?

Posted: 14 Feb 2016, 21:43
by atrol
There is no UI for that. You would have to write a script that selects the affected users from database table mantis_user_table.
Use function user_delete from core/user_api.php to delete the user and associated data.