JonPSmith / AuthPermissions.AspNetCore

This library provides extra authorization and multi-tenant features to an ASP.NET Core application.
https://www.thereformedprogrammer.net/finally-a-library-that-improves-role-authorization-in-asp-net-core/
MIT License
764 stars 155 forks source link

Invite user that already invited on another tenant by same email Id. #71

Closed imprathamesh closed 1 year ago

imprathamesh commented 1 year ago

Hi Jon, I want to know that is it possible to do same email id can be user of another tenant. Like some application, I seen, Admin of App can invite user which is already somewhere invited or Tenant.

In AuthPermission Project, When I am trying to add it will not allow because email Id already present in AspNetUsers table.

Any suggestion on this, sir?

JonPSmith commented 1 year ago

Hi @imprathamesh,

There is a limitation to this library that a user can only be linked to one user. Other developers have asked this and I explain the problem in issue #68 if you want to read it.