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:
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.