Base solution for your next web application

Activities of "olmy90"

Last question - in AspNetUsers there is no tenant ID - in our ASP.NET application we can assign a user to different tenants. In AbpUsers this is not possible?

Last question - in AspNetUsers there is no tenant ID - in our ASP.NET application we can assign a user to different tenants. In AbpUsers this is not possible?

Last question - in AspNetUsers there is no tenant ID - in our ASP.NET application we can assign a user to different tenants. In AbpUsers this is not possible?

ok thanks - I'll create own mapping table with these two fields - this should work then...

AspNetUsers AbpUsers e317bce5-1a6e-443c-8b9f-6e346962bb60 1 2b52c5a0-48c3-43ff-bf7a-7abcfa399fe4 2

Thanks for the feedback - it is very helpful.

I just to need to sync AspNetUsers with AbpUserAccounts then.

Anyway - which Id would be the syncing Id - there are different datatypes.

[AbpUserAccounts]( [Id] [bigint] IDENTITY(1,1) NOT NULL,

[AspNetUsers]( [Id] nvarchar NOT NULL

?

Hi, I've another ASP.NET application (using ASP.NET Identity) where I needs to sync the users between ASPZERO project and trhe other ASP.NET application (using ASP.NET Identity). What would be a way to do this ? Any hints for me? Thanks!

thanks!

Thanks!

Hi, what is the recommended approach to define Menu at the top from code or database and give permission to UserRoles?

I have different UserRoles which should get access to only a subset of menu items Currently the menu is hardcoded - but I need to give certain UserRoles permissions

  1. To open / see / read a page
  2. To insert data
  3. To update data
  4. To delete data

Is there any documentation for an implementation - I think also other dev have same requierments, THANKS

I want to set username = email adress, but there seems to be a size limitation in the UI. Database column is nvarchar(256) How to fix this? Is Angular UI 8

Showing 51 to 60 of 69 entries