Using www.buddy.com (The Buddy Platform) for an ASP.NET MVC app.
The docs for UserAccount_Profile_Create
are not clear on what passed information can be duplicate across users. The error code UserNameAlreadyInUse
is obvious, and the docs say all user names must be unique in the system
. But what about email addresses?
What if I WANT email addresses to be unique?