Class AccountSettingsDto
Inherited Members
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Admin.Application.Contracts.dll
Syntax
public class AccountSettingsDto
Constructors
AccountSettingsDto()
Declaration
public AccountSettingsDto()
Properties
EnableLocalLogin
Declaration
public bool EnableLocalLogin { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsSelfRegistrationEnabled
Declaration
public bool IsSelfRegistrationEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |