Open Closed

Login Page #9405


User avatar
0
uguryildiz created

Hello,

I want to change default login theme on separated Auth Server project. Lepton-X has 3 login style. Can I switch between them?

Best regards.


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

    Hi,

    Recently I dropped an article about the login page customization, you can check it for more detailed information: https://abp.io/community/articles/you-do-it-wrong-customizing-abp-login-page-correctly-bna7wzt5

    As I understand you need to customize account layout.

    • First, I suggest you to get source-code of the leptonx theme to a folder:
    abp get-source Volo.Abp.LeptonXTheme
    
    • Find /Themes/LeptonX/Layouts/Account/Default.cshtml file in the source code and copy it to the exact same folder structure in your AuthServer project.
      • It's located in Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX project in the source code.

    And get one of the login page html structure from https://x.leptontheme.com/ website and apply it to that original file you copied to the project.

    LeptonX theme MVC implementation doesn't have it built-in, you'll need to replace and implement it manually in that page

Boost Your Development
ABP Live Training
Packages
See Trainings
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 June 13, 2025, 11:37