https://bugs.gpodder.org/show_bug.cgi?id=694
Stefan Kögl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|medium |high --- Comment #1 from Stefan Kögl <[email protected]> 2009-11-25 10:29:54 GMT --- I have searched the database for duplicate email addresses using the query given below and found several accounts that have the same email address. I have therefor removed inactivate accounts and informed the owners of multiple accounts with one email address that can can only keep one of them, or change the email address. I will clean up the database as I receive responses from them. Please swtich to the new registration backend as soon as possible, so we don't get more such accounts. select distinct a.id, a.username, a.email, a.is_active from auth_user a join auth_user b where a.email = b.email and a.id != b.id order by email, id; -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
