Base solution for your next web application

Activities of "[email protected]"

What is your product version? 11 What is your product type (Angular or MVC)? Anulgar What is product framework type (.net framework or .net core)? .net core

Getting error while calling Email.SendPasswordResetLinkAsync() in a thread. When i call first time, it executed with no error. When i execute second time it give error await Task.Delay(new TimeSpan(0, 0, 10)).ContinueWith(async start => { await _userEmailer.SendPasswordResetLinkAsync(user,link); // here it is working fine   await _userEmailer.SendPasswordResetLinkAsync(user,link); // here i get error });

  • What is your product version ? 10.3
  • What is your product type ? Angular
  • What is product framework type ? .net core

Teanant admin granted all permission by default, I have two question

  1. Delete a permission from Tenant admin role
  2. Hide specific side menu item from Tenant admin in frontend

I have a tenant side static role called "Developer". A developer can view a specific Sidemenu Item, but I want tenant admin should not view that Sidemenu item. Currently tenant admin is also able to view that Sidemenu item.

Showing 1 to 2 of 2 entries