Hello,
You'll need to customize it on your own according to your requirements. You will get the source code in the
Identity module
. Please check this doc https://docs.abp.io/en/commercial/latest/modules/identity#user-management for more info.Thanks
After reviewing, not sure how to address as it could be a bit more problematic.
Could you please provide screenshots and example details to handle moving some fields to a new tab within the user popup?
Hi Support Team,
I want to move some fields to another new tab beside the 'user information tab' within the user popup. How can I do that? It would be great if you could provide me with detailed screenshots.
Hope to hearing from you guys soon. Thanks
ABP Framework version: v8.0
UI Type: Angular
Database System: EF Core
Tiered (for MVC) or Auth Server Separated (for Angular): yes
Exception message and full stack trace: no
Steps to reproduce the issue: no
Hi Support Team,
I am encountering an issue while trying to log into an application where I often receive a 405 error. This problem began occurring after upgrading to ABP framework version 8.0. However, I am unable to consistently reproduce the steps leading to this error. Note: believed to have something to do with 2FA method that was used before upgrade.
If there is any, could you show me how this could be fixed? Hope to hearing from you guys soon. Thanks.
Hi,
I solved the issue by upgrading Microsoft.Extensions.Hosting
, Microsoft.Extensions.FileProviders.Embedded
and all OpenIddict
related libraries, which stayed as v6.0.*
, to v7.
Then rebuilt the solution, all packages restored successfully and the project started smoothly. The above error with fetching packages were also gone.
Hi,
The error log is identical as my 1st post.
Hi,
Could you point out which packages should I look into? I downgraded package Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton
in HttpApi.Host
from v7.3.3 to v7.2.3 already but still didn't work.
Hi Support Team,
I am updating from v7.2.0 to v7.3.3, however I encountered this:
2024-03-27 16:29:33.282 +08:00 [INF] Starting BTS.HttpApi.Host.
2024-03-27 16:29:40.321 +08:00 [FTL] Host terminated unexpectedly!
System.TypeLoadException: Could not load type 'Volo.Abp.MultiTenancy.ICurrentTenant' from assembly 'Volo.Abp.MultiTenancy, Version=7.3.3.0, Culture=neutral, PublicKeyToken=null'.
at System.Signature.GetSignature(Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
at System.Reflection.RuntimeConstructorInfo.<get_Signature>g__LazyCreateSignature|21_0()
at System.Reflection.RuntimeConstructorInfo.GetParametersNoCopy()
at System.Reflection.RuntimeConstructorInfo.GetParameters()
at Autofac.Core.Activators.Reflection.ConstructorBinder..ctor(ConstructorInfo constructorInfo)
at Autofac.Core.Activators.Reflection.ReflectionActivator.ConfigurePipeline(IComponentRegistryServices componentRegistryServices, IResolvePipelineBuilder pipelineBuilder)
at Autofac.Core.Registration.ComponentRegistration.BuildResolvePipeline(IComponentRegistryServices registryServices, IResolvePipelineBuilder pipelineBuilder)
at Autofac.Core.Registration.ComponentRegistration.BuildResolvePipeline(IComponentRegistryServices registryServices)
at Autofac.Core.Registration.ComponentRegistryBuilder.Build()
at Autofac.ContainerBuilder.Build(ContainerBuildOptions options)
at Volo.Abp.Autofac.AbpAutofacServiceProviderFactory.CreateServiceProvider(ContainerBuilder containerBuilder)
at Microsoft.Extensions.Hosting.HostBuilder.InitializeServiceProvider()
at Microsoft.Extensions.Hosting.HostBuilder.Build()
at BTS.Program.Main(String[] args) in C:\Clone_Timesheet\aspnet-core\src\BTS.HttpApi.Host\Program.cs:line 33
Could you take a look?