It seems that a '+' in an email address isn't being handled correctly and leads to an error: "IntegrityError: column name is not unique"
For example, I already signed up as "[email protected]" and am trying to register as "[email protected]". This should be allowed and are unique addresses. + is a valid character on the left side of the @ in an email address.

