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?

有帮助吗?

解决方案

The platform does not enforce unique emails as you noticed, but you can enforce this in your app. We have a API to check for a existing email , you can use this to enforce a password policy per application.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top