Class RegistrationSettings
Inheritance
RegistrationSettings
Assembly: DotNetNuke.dll
Syntax
public class RegistrationSettings
Constructors
RegistrationSettings()
Declaration
public RegistrationSettings()
RegistrationSettings(Dictionary<string, string>)
Declaration
public RegistrationSettings(Dictionary<string, string> settings)
Parameters
Properties
Declaration
public string DisplayNameFormat { get; set; }
Property Value
EmailValidator
Declaration
public string EmailValidator { get; set; }
Property Value
ExcludeTerms
Declaration
public string ExcludeTerms { get; set; }
Property Value
ExcludeTermsRegex
Declaration
public string ExcludeTermsRegex { get; set; }
Property Value
RandomPassword
Declaration
public bool RandomPassword { get; set; }
Property Value
RedirectAfterLogin
Declaration
public int RedirectAfterLogin { get; set; }
Property Value
RedirectAfterLogout
Declaration
public int RedirectAfterLogout { get; set; }
Property Value
RedirectAfterRegistration
Declaration
public int RedirectAfterRegistration { get; set; }
Property Value
RegistrationFields
Declaration
public string RegistrationFields { get; set; }
Property Value
Declaration
public int RegistrationFormType { get; set; }
Property Value
RequirePasswordConfirm
Declaration
public bool RequirePasswordConfirm { get; set; }
Property Value
RequireUniqueDisplayName
Declaration
public bool RequireUniqueDisplayName { get; set; }
Property Value
RequireValidProfile
Declaration
public bool RequireValidProfile { get; set; }
Property Value
RequireValidProfileAtLogin
Declaration
public bool RequireValidProfileAtLogin { get; set; }
Property Value
UseAuthProviders
Declaration
public bool UseAuthProviders { get; set; }
Property Value
UseCaptcha
Declaration
public bool UseCaptcha { get; set; }
Property Value
UseEmailAsUserName
Declaration
public bool UseEmailAsUserName { get; set; }
Property Value
UseProfanityFilter
Declaration
public bool UseProfanityFilter { get; set; }
Property Value
UserNameValidator
Declaration
public string UserNameValidator { get; set; }
Property Value
Extension Methods