Open Closed

Customize the Login Page for MVC - Application (Single Layer) - Personal License #8105


User avatar
0
wingers created

Hi

Trying to override the login page so I can customize layout.

Have read guide here - https://abp.io/docs/latest/framework/ui/mvc-razor-pages/customization-user-interface?_redirected=B8ABF606AA1BDF5C629883DF1061649A#overriding-a-razor-page-cshtml

It suggests copying content of original cshtml file from https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml and creating Accounts folder and then put the Login.cshtml in that folder, all of this make sense.

But the code in the link above comes from a Application (Layered) project and I as a Personal license user can only created Application (Single Layer) projects, so everything in one project folder and no separate .{projectname}Web folder, and both articles seem to assume you are using a Layered project, so I get errors in the code such as below:

CS0234 The type or namespace name 'Web' does not exist in the namespace 'Volo.Abp.Account' (are you missing an assembly reference?)

CS0246 The type or namespace name 'LoginModel' could not be found (are you missing a using directive or an assembly reference?) A

So can someone point me to guide that works for Single Layer projects or give me pointers on getting this to work?

Thank you

  • ABP Framework version: v8.3.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

11 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    This is the free version login page source code.

    you need to use the pro version.

    what's your email, i can share the page source code with you.

  • User Avatar
    0
    wingers created

    {email removed}

    1. As a paying customer should I not have access to a GitHub or similar containing the source
    2. surely the documentation should state that fact?
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Email sent.

    As a paying customer should I not have access to a GitHub or similar containing the source

    You can see the difference between different licenses, account pro module is not included in personal license, but since replacing the login page is a common requirement, we can share the source code with you https://abp.io/pricing

  • User Avatar
    0
    wingers created

    Thanks for email.

    According to FAQ, Account Pro IS included in Personal License. But yes I see source code is not, which does make customizing ABP a lot harder, so thank you

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    According to FAQ, Account Pro IS included in Personal License

    you can try

    abp get-source Volo.Abp.Account.Pro

  • User Avatar
    0
    wingers created

    Gives me error below:

    [10:22:11 INF] Downloading source code of Volo.Abp.Account.Pro (Latest) [10:22:11 INF] Output folder: C:\Users\User [10:22:12 ERR] Downloading source code failed for: Volo.Abp.Account.Pro Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.DownloadSourceCodeAsync(string moduleName, string targetFolder, string version, bool includeNightly) at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    According to FAQ, Account Pro IS included in Personal License

    could you share the link? Thanks.

  • User Avatar
    0
    wingers created

    https://abp.io/faq#what-is-the-difference-between-a-personal-license-and-other-paid-license-types

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can use the account pro module, but can't download the module source code

  • User Avatar
    0
    wingers created

    thanks for confirming, that does make it difficult to do much customization then, so thank you for sending me the code

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    : )

Made with ❤️ on ABP v9.1.0-preview. Updated on October 22, 2024, 09:35