문제

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