Activities of "liangshiwei"

Answer

Hi,

The latest version is 8.3.3, could you try upgrade to the latest version to check it

Hi,

could you please share the full steps to reproduce ? thanks.

Hi,

ABP will not be verified online in the production environment

Hi,

you can override the register model.

[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(RegisterModel))]
public class MyRegisterModel : RegisterModel
{
    public MyRegisterModel(
        IAuthenticationSchemeProvider schemeProvider, 
        IOptions<AbpAccountOptions> accountOptions, 
        IAccountExternalProviderAppService accountExternalProviderAppService,
        ICurrentPrincipalAccessor currentPrincipalAccessor,
        IHttpClientFactory httpClientFactory) : base(schemeProvider, accountOptions, accountExternalProviderAppService, currentPrincipalAccessor, httpClientFactory)
    {
    }

    protected override Task<IdentityUser> RegisterLocalUserAsync()
    {
        //.....
    }

    protected override Task<IdentityUser> RegisterExternalUserAsync(ExternalLoginInfo externalLoginInfo, string userName, string emailAddress)
    {
        //.....
    }
}

Hi,

Can you share the full applicaation error logs

Hi,

Okay, I will check it.

Hi,

I think it can't be done, It can intercept the local cluster

Sorry, I give the wrong answer, It can intercept local and remote clusters

yes, you can see the video here:

  • https://www.youtube.com/watch?v=uYTbGLtxdUE&t=2373s
  • https://www.youtube.com/watch?app=desktop&v=XiPRcIHJ3NE

Hi,

Please send code to jsanchez@innovain.com

Sorry, i didn't get it

Hi,

Add _ViewImports.cshtml

@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling

Hi,

I understand that, In fact, you don't have to worry about it, the main difference between the old and the new template is the configuration file. If you want, you can absolutely use the new template to develop your application. The beta phase I mentioned is the studio, not the template.

Showing 791 to 800 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.