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)
-
0
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.
- It's located in
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