Open Closed

How to customize register page? (MVC) #1389


User avatar
0
alper created
Support Team Director

I want to change the look of register page.


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    There are 2 razor pages used to change the register page.

    1. Register page itself (If you only want to change the register box, then number 1 is enough.)
    2. Account layout (If you completely change the page, then you need to change the layout too.)

    1- Copy the Register.cshtml to Pages > Account folder of your web project.

    2- Copy the Default.cshtml to Themes > Lepton > Layouts > Account folder of your web project.

    https://gist.github.com/ebicoglu/bb28666a892646b245b2a525d5760bb7

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11