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

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 v10.0.0-preview. Updated on September 01, 2025, 08:37