On 5/18/21 7:28 PM, Mark Dadgar wrote:
I had actually done this but checked the Users section and had overlooked the Email Addresses section. It was as you suggested - duplicate emails differing only in case.
Given that there was only one user account, how does this happen? List subscription without associated user account creation with slightly different case?
First, the Django users are separate from Mailman core users and don't have anything directly to do with list subscriptions.
As far as how there got to be one User in Django with two EmailAddresses differing only in case, that's probably a bug in Django allauth. The page at accounts/email/ doesn't allow adding an address that differs only in case from an existing address, but possibly adding via a social auth provider bypasses that check.
I couldn't find an issue at https://github.com/pennersr/django-allauth/issues but that doesn't mean there isn't one.
In case you haven't done it, I think just deleting one of the addresses (the non-primary one) in Django's Email Addresses section will solve your issue.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan