dsml
dsml

Reputation: 41

How to disable the Registration using abp.io

I’m trying to disable the registration unfortunately i cannot find the class allowing me to be able to disable the registration, and when i go to the source code of the module manage the registration,(https://github.com/abpframework/abp/tree/dev/modules/account/src) the Domain.shared is not exist.

how to do this ?

Thank you in advance.

info: i'm using abp.io 3.3.1 community edition

Upvotes: 2

Views: 1932

Answers (1)

Logamani Gunasekaran
Logamani Gunasekaran

Reputation: 154

Set "Abp.Account.IsSelfRegistrationEnabled" to false under "Settings" in appsettings.json, as shown below:

screenshot example

Upvotes: 8

Related Questions