Activities of "maliming"

hi

You can choose to upgrade to the latest or copy the latest 2fa code of account and identity to your project.

hi

You just need to add this module to the web module.

[DependsOn(
    typeof(ChatSignalRModule)
)]

hi

Please share via attached, Thanks.

hi

Can you explain in more detail?

hi

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

hi

Can you create a template project to reproduce and share it with me? liming.ma@volosoft.com

Sorry, the screenshot that I shared was the latest(5.1.x)

You can get the account and identity module source code then copy it to your project.

Please check your app logs,

Did you add the ChatSignalRModule?

hi

The AbpIdentity.UserLookup is permission not table.

Please check the identity server client's permission.

hi

account\src\Volo.Abp.Account.Pro.Public.HttpApi\Volo\Abp\Account\AccountController.cs

[HttpGet]
[Route("two-factor-providers")]
public virtual Task<List<string>> GetTwoFactorProvidersAsync(GetTwoFactorProvidersInput input)
{
    return AccountAppService.GetTwoFactorProvidersAsync(input);
}

[HttpPost]
[Route("send-two-factor-code")]
public virtual Task SendTwoFactorCodeAsync(SendTwoFactorCodeInput input)
{
    return AccountAppService.SendTwoFactorCodeAsync(input);
}
Showing 8481 to 8490 of 10593 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 08, 2025, 09:55