Open Closed

Customize Registration of Account in ABP #5696


User avatar
0
Dev2ng created
  • ABP Framework version: v7.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

Hi,

I am using external login i.e. "SSO using AzureAD".

I want to customize the User Registration process Account/Register when new user comes to application. How to achieve that.

Thanks !!


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

    Hi,

    You can override the register page.

    Here is the document: https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface

    Because you are using the Auth Server Separated, you can customize the registration page in the .AuthServer project

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