Regarding the previous ticket https://abp.io/support/questions/9055/Repositioning-the-Language-selector-on-Login-Model, we are actually with Lepton Theme at the moment and decided to customize the login page with Lepton theme. Is there a way to do it as well?
Thanks
1 Answer(s)
-
0
Hi, yes, you can fully customize the login page. Since you have a "business license" you can get the source code, with the following command:
abp get-source Volo.LeptonTheme
Then, after you have all the codes, in the
Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton/Themes/Lepton/Layouts/Account /Default.cshtml
path, you should see the content of the account layout. Then, you can customize the account layout by placing aDefault.cshtml
in your project in the same directory structure and update the layout according to your needs.Also, you would need to update
Login
page, for that purpose, you can get the source code of IdentityPro module if you want, and update the Login page like you do in account layout.