Yes
https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo/Abp/PermissionManagement/PermissionDataSeeder.cs#L28
hi
. When a tenant admin is created as the default user I've noticed that they have ALL the permissions that the host does,
This is the default behavior, but you can change it by removing PermissionDataSeedContributor from the DI.
https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo/Abp/PermissionManagement/PermissionDataSeedContributor.cs#L35
when do I use the "Default & Public" checkboxes when creating a new role?
/// <summary>
/// A default role is automatically assigned to a new user
/// </summary>
public virtual bool IsDefault { get; set; }
/// <summary>
/// A static role can not be deleted/renamed
/// </summary>
public virtual bool IsStatic { get; set; }
/// <summary>
/// A user can see other user's public roles
/// </summary>
public virtual bool IsPublic { get; set; }
hi
Please add https://api.nuget.org/v3/index.json. to your nuget.config as well.
https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file
I fixed it in the template, thanks a lot.
I fixed it in the template, thanks a lot.
hi @raif
I will confirm that.
Thanks. I will fix this.
hi
The UI type of your shared issues is blazor server, and you are using mvc.
please share the logs of AuthServer Api.Host Web. Thanks liming.ma@volosoft.com
hi You can try asking Mongo2Go, I have no other ideas. https://github.com/Mongo2Go/Mongo2Go/issues
Yes, What's ulimit -a command result on your macbook?