Open Closed

How to disable user self registration in LeptonX #3980


User avatar
0
yasin.hallak.89@gmail.com created
  • ABP Framework version: v6.0.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hi there.

How can I disable Self registeration in leptonX ?


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

    Hi,

    ABP provided a setting system: https://docs.abp.io/en/abp/latest/Settings

    You can configure setting in the appsettings.json file

    {
      .....
      ,
      "Settings":{
        "Abp.Account.IsSelfRegistrationEnabled":false
      }
    }
    

    Another way is to configure setting in the settings UI:

  • User Avatar
    0
    yasin.hallak.89@gmail.com created

    Thanx.

    I opened this ticket 14 days ago and It has not been answered yet. can you answer this question please :https://support.abp.io/QA/Questions/3914/Empty-layout-in-leptonX

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    ok, I will check it and I'm closing this question :).

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