It's possible to have multiple accounts with the same email. This is weird and not consistent with how most websites work.
Also causes a nasty issue where if you send a password reset email to an email that has multiple accounts associated with it, django will send all the emails in a burst, likely resulting in an error from the smtp server that sees us sending out n emails in a second.
It's possible to have multiple accounts with the same email. This is weird and not consistent with how most websites work.
Also causes a nasty issue where if you send a password reset email to an email that has multiple accounts associated with it, django will send all the emails in a burst, likely resulting in an error from the smtp server that sees us sending out n emails in a second.