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
Is there an easy way to identify duplicate accounts?
Moderators: Developer, Contributor
Re: Is there an easy way to identify duplicate accounts?
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.
Use function user_delete from core/user_api.php to delete the user and associated data.