Where does CmsUser search/ insert during login process takes place? Could you point me to the source file? Maybe overriding it to customize it to my needs is easier than finding the cause of that issue.
hi
CreateUser
https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Users/CmsUserLookupService.cs
https://github.com/abpframework/abp/blob/dev/modules/users/src/Volo.Abp.Users.Domain/Volo/Abp/Users/UserLookupService.cs
hi
it does not work with version 5.2.2.
Please create a 5.2.2 project and reproduce the problem then share it with me. Thanks
limimg.ma@volosoft.com
hi
I will share the code. Please wait.
hi
Did you remove all identity server modules and packages from your project?
HI
<abp-input asp-for="@Model.StartDate" data-date-format="@CultureInfo.CurrentUICulture.DateTimeFormat.ShortDatePattern" type="date"/>
https://bootstrap-datepicker.readthedocs.io/en/latest/
Thanks. Checking.
hi
You can add a new IAbpClaimsPrincipalContributor
to remove some claims from context.ClaimsPrincipal.Identities.FirstOrDefault()
https://docs.abp.io/en/abp/latest/Authorization#claims-principal-factory
https://github.com/abpframework/abp/pull/14306
hi
Can you create a new template project and reproduce the problem? (You can call application in unit test)