hi
What's the HTTP request? you can see it in the browser console.
And check the backend logs.
hi
Please share a template project with me, liming.ma@volosoft.com
string HashPassword(TUser user, string password);
Override this method just return the password
The Identity will use this interface to hash and verify passwords.
hi
You can custom the IPasswordHasher service. this belongs ASP NET Core Identitiy,
https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Extensions.Core/src/IPasswordHasher.cs
hi
Can you try the code with the asp net core app which without abp?
Your project already includes this.
https://www.nuget.org/packages/Volo.Abp.AspNetCore.Mvc/
hi
Try to remove the lp-topmenu in aspnet-core\src\MyCompanyName.MyProjectName.Web.Public\Themes\Lepton\Layouts\Public\Default.cshtml
hi
Is dotnet ef command works? You can install the other global tools.
https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools
dotnet tool install --global Volo.Abp.Cli --version 5.3.0
你可以下载Identity Pro模块的源码来完成复制的自定义.
https://support.abp.io/QA/Questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules
Disable MultiTenant to get profile picture of user from another tenant
hi
You can change the tenant instead of disabling it.
https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant