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 ?

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

3 Answer(s)
  • User Avatar
    0
    liangshiwei created
    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:

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • 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

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    liangshiwei created
    Fullstack Developer

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

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 23, 2026, 09:57
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.