Some of my users want to have 2 different accounts using the same email address. When they register, they are not allowed to do that if that email address exsists already.
I have set the primary key in the database to "username" so I know that "username" must be unique. How can I allow the same email address to be used when registering for 2 accounts?
Thanks