Open Closed

Customized login page with Lepton Theme (Not LeptonX) #9247


User avatar
0
DecisionTree.Dev created

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?

  1. We need to reposition the Language selector
  2. We need to customize the Layout to something like this

Thanks


1 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    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 a Default.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.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on May 12, 2025, 05:22