Base solution for your next web application
Open Closed

Disable Duplicate Email Check for Account #2774


User avatar
0
tteoh created

Dear Support,

Currently, there is a duplicate email check when creating a new User Account. Is there a setting to disable the duplicate check or what should I do to disable such feature?

Thanks.

Regards, /Tommy


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    In User Manager, override this method <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/blob/master/src/Abp.Zero/Authorization/Users/AbpUserManager.cs#L380">https://github.com/aspnetboilerplate/mo ... er.cs#L380</a> and return return IdentityResult.Success;