Show / Hide Table of Contents

Class RegistrationSettings

Inheritance
object
RegistrationSettings
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Security
Assembly: DotNetNuke.dll
Syntax
public class RegistrationSettings

Constructors

RegistrationSettings()

Declaration
public RegistrationSettings()

RegistrationSettings(Dictionary<string, string>)

Declaration
public RegistrationSettings(Dictionary<string, string> settings)
Parameters
Type Name Description
Dictionary<string, string> settings

Properties

DisplayNameFormat

Declaration
public string DisplayNameFormat { get; set; }
Property Value
Type Description
string

EmailValidator

Declaration
public string EmailValidator { get; set; }
Property Value
Type Description
string

ExcludeTerms

Declaration
public string ExcludeTerms { get; set; }
Property Value
Type Description
string

ExcludeTermsRegex

Declaration
public string ExcludeTermsRegex { get; set; }
Property Value
Type Description
string

RandomPassword

Declaration
public bool RandomPassword { get; set; }
Property Value
Type Description
bool

RedirectAfterLogin

Declaration
public int RedirectAfterLogin { get; set; }
Property Value
Type Description
int

RedirectAfterLogout

Declaration
public int RedirectAfterLogout { get; set; }
Property Value
Type Description
int

RedirectAfterRegistration

Declaration
public int RedirectAfterRegistration { get; set; }
Property Value
Type Description
int

RegistrationFields

Declaration
public string RegistrationFields { get; set; }
Property Value
Type Description
string

RegistrationFormType

Declaration
public int RegistrationFormType { get; set; }
Property Value
Type Description
int

RequirePasswordConfirm

Declaration
public bool RequirePasswordConfirm { get; set; }
Property Value
Type Description
bool

RequireUniqueDisplayName

Declaration
public bool RequireUniqueDisplayName { get; set; }
Property Value
Type Description
bool

RequireValidProfile

Declaration
public bool RequireValidProfile { get; set; }
Property Value
Type Description
bool

RequireValidProfileAtLogin

Declaration
public bool RequireValidProfileAtLogin { get; set; }
Property Value
Type Description
bool

UseAuthProviders

Declaration
public bool UseAuthProviders { get; set; }
Property Value
Type Description
bool

UseCaptcha

Declaration
public bool UseCaptcha { get; set; }
Property Value
Type Description
bool

UseEmailAsUserName

Declaration
public bool UseEmailAsUserName { get; set; }
Property Value
Type Description
bool

UseProfanityFilter

Declaration
public bool UseProfanityFilter { get; set; }
Property Value
Type Description
bool

UserNameValidator

Declaration
public string UserNameValidator { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS