Hello,
I want to customize the login from the account module but I don't know how to integrate the module in the Angular project. When I start the project and go to the login page, nothing loads, a blank page appears.
- ABP Framework version: v7.1.1
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
- Create a new solution
- Add Account Module (Replace packages with source code)
- Modify the settings in environment.ts to change the resource owner password flow:
- Here I have a couple of doubts with the dummyClientSecret variable ¿what key should be set? ¿where is it generated?
- Run the project
I have been trying to replace the components but I don't know how to do it with the account module.
Thanks.
8 Answer(s)
-
0
Hi,
You can check this: https://support.abp.io/QA/Questions/306/Custom-Login-Page-For-Angular
-
0
Hi,
Thank you for your answer
That article is about override and replacing the default login page by creating your own, but I want to use the account module that is available in the commercial version because I want customize another pages like forgot password, register, reset password, send security code and two factor tab etc. Is it possible?
-
0
Hi,
I want customize another pages like forgot password, register, reset password, send security code and two factor tab etc. Is it possible?
Those pages only are for MVC UI only, which means you have to use the code flow instead of resource owner password flow
-
0
-
0
Hi fernando,
If you want to customize all account module you can add with source code, which is you already did but in that way you are responsible for the module, all these component is belongs to account module. Also you can replace some component part of account module with ComponentReplacement
-
0
-
0
Thanks for your help, I hope I get lucky with this.
Regards.
-
0
If your problem is solved I'm closing this question ?