You unlock the user via user management.
See https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-User-Management#user-unlock
Hi, as mentioned in the documentation, can you override LDAP settings for you case.
You can refer to Abp Zero implementation at https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.Zero.Ldap/Ldap/Configuration/LdapSettings.cs
You can use the same setting for all your tenants instead of tenant specific settings
Hi, did you follow the steps in IIS deployment guide ?
when publish a web project, all dependencies will be included in the published folder.
Hi, you need to login with your github account which linked to your ANZ license to view the url.
Hi, are you able to show more details on the exception in the log?
Mvc.ExceptionHandling.AbpExceptionFilter - Missing type map configuration or unsupported mapping
AutoMapper usually includes the missing types in the exception.
Hi, do you mean there are multiple notifications of the same download link being created?
Can you share the code for the custom repository and web_managerDbContext
(relevant to the entity with audited attribute)?
can you share the code for TenantRoleAndUserBuilder
?
are you creating permissios for static roles in TenantRoleAndUserBuilder
?
Hi @enio, when you save the entity via Ef Context, does this context inheirit from Abp Db Context?
if you see only entity change being created and not property changes, it means that there is no property changes for your entity but it is audited. is that correct?
Hi, is your application run by more than two servers?
Data seeding is done when application startup. When two applications startup the same time, there might be duplications.