Open Closed

Source Code for Login Page #5988


User avatar
0
pvala created
  • ABP Framework version: v7.3.2
  • UI Type: Angular
  • Database System: EF Core (MySQL) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  • We want to customize the login page of our application. We want that we can provide different UIs for different clients with branding. The backend would be same for all the clients, but the UI should be dynamic according to the client. How can we achieve that? I went through the following document to replace the login component https://docs.abp.io/en/abp/2.9/How-To/Customize-Login-Page-MVC and here ABP has provided the link to the source code. I tried to implement that code, but looks like this is the older version of the code. Can you provide me the latest code for the login component, where I can manipulate the fields, because in the current code I couldn't find the Tenant and Captcha fields to edit, or if there is another way to modify those fields, guide me how to do it.

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

    Hi,

    Ok, what's your email? I will share the source code with you.

  • User Avatar
    0
    pvala created

    Hello, my email is pvala@g1.health

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Shared

  • User Avatar
    0
    pvala created

    Hello, I added the source code at AuthServer/Pages folder, but while building the project, it said that the files are unsupported because they are binary files instead of text files.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    I don't understand, can you explain in detail?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    I added the source code at AuthServer/Pages folder, but while building the project

    You can't simply add the source code to the folder.

    You need to follow the custom module document:https://docs.abp.io/en/abp/7.3/UI/AspNetCore/Customization-User-Interface

  • User Avatar
    0
    pvala created

    I got the source code from ABP Suite, but I am not able to get the captcha visible on the UI, even though I have enabled the captcha (version 2). Can you help me with that?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    I think this is a new problem, could you open a new ticket? thanks.

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