I will update the templates Thanks.
hi I am still working on it. I will leave a message if I'm done.
context.Groups.RemoveAll(x => x.Id == "Volo-Abp-Account-Picture" || x.Id == "Volo-Abp-Account-TwoFactor");
Configure<ProfileManagementPageOptions>(options =>
{
options.Contributors.Add(new MyAccountProfileManagementPageContributor());
});
public async Task ConfigureAsync(ProfileManagementPageCreationContext context)
{
context.Groups.Remove..
}
You add a MyProfileManagementPageContributorservice and remove two auth and pictures from the context.
No. This is build-in code, You need to remove the item from the context.
hi
https://docs.abp.io/en/abp/latest/Background-Jobs https://docs.abp.io/en/abp/latest/Background-Workers
hi
You can check https://blog.elmah.io/http-error-500-30-asp-net-core-app-failed-to-start-help/
You can consider adding custom to the claims. but stores a value corresponding to it, since claims may be plaintext to the client.
https://docs.abp.io/en/abp/latest/Authorization#claims-principal-factory