Make users email not unique

Hello,
is there a way to make users emails not unique (being able to register multiple users with the same email)? I need this in my application.

Thank you

You could have them register with username, and ask email later on (custom UI).

See USERNAME_ONLY @ http://docs.meteor.com/#/full/accounts_ui_config

@ryw the username must not be unique too :confused:

Out of curiosity, what are you building that has this requirement?

How do you know which account someone is signing into if neither the email address nor the username are unique?

Nevermind guys, I have to apologize because I just had to stop working for some minutes to find a solution to my problem (sometimes it works like this :blush:). I didn’t make both my username and email not unique (as it woudn’t work as @sashko noticed) but I solved my application specific problem in another way.

Thank you