The email change functionality does not delete/create Unique models for the changed email. The effect of this is that you can have multiple accounts per email address:
User1 signs up with user1@example.com and validates
User1 changes email to user2@example.com and validates
User2 comes along and is able to sign up with user2@example.com as email, though not user1@example.com
The email change functionality does not delete/create Unique models for the changed email. The effect of this is that you can have multiple accounts per email address: