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)
-
0
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;