0
pablo@ccalp.net created
- ABP Framework version: v8.3.0
- UI Type: Angular
- Database System: EF Core (SQL Server)
Hello, I need to customize the link account feature UI, could you please provide guidance on how to achieve the following:
- Hide the default menu item from the user account/profile menu
- Create a custom menu item for the link account feature, this will most likely be a dropdown with a list of tenants that the user can switch to by selecting an item.
- How to trigger account switching from a custom button or link, is there an API call, function, etc. that needs to be called? where can I find the source code?
- How to link accounts programmatically with minimal end-user interaction. An admin will perform this action.
Thank you.
1 Answer(s)
-
0
hi
You can download the source code of account module. That will be easier for customization.
If you don't want to use source code you can check:
https://abp.io/docs/latest/framework/architecture/modularity/extending/customizing-application-modules-guide
We use
IdentityLinkUserManager
to manage the link users.https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityLinkUserManager.cs