Open Closed

Can not Customize Login Page #2587


User avatar
0
maazq created

How to Customize the Login Page for MVC / Razor Page Applications

I got this link from an ABP Support person, following above mentioned link. I am getting this error. The type or namespace name 'AbpAccountOptions' does not exist in the namespace 'Volo.Abp.Account.Web' (are you missing an assembly reference?)


3 Answer(s)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @maazq,

    The class is moved to Volo.Abp.Account.Public.Web namespace.

    Edit: This is not true actually. The blog post uses free Account module, and AbpAccountOptions is under different namespaces in Free & Pro Account modules. You need to use the one i mentioned above (Volo.Abp.Account.Public.Web).

  • User Avatar
    0
    maazq created

    How to completely change login page ui?

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    You can download the source code of Account module (via Suite or Cli) and use project references. Then you can change it as you wish.

    Second option: You can just override the login page. See https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface

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