Class RegistrationSettings
Inheritance
System.Object
RegistrationSettings
Assembly: DotNetNuke.dll
Syntax
public class RegistrationSettings : object
Constructors
|
Improve this Doc
View Source
RegistrationSettings()
Declaration
public RegistrationSettings()
|
Improve this Doc
View Source
RegistrationSettings(Dictionary<String, String>)
Declaration
public RegistrationSettings(Dictionary<string, string> settings)
Parameters
Type |
Name |
Description |
Dictionary<System.String, System.String> |
settings |
|
Properties
|
Improve this Doc
View Source
Declaration
public string DisplayNameFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EmailValidator
Declaration
public string EmailValidator { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExcludeTerms
Declaration
public string ExcludeTerms { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExcludeTermsRegex
Declaration
public string ExcludeTermsRegex { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RandomPassword
Declaration
public bool RandomPassword { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RedirectAfterLogin
Declaration
public int RedirectAfterLogin { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RedirectAfterLogout
Declaration
public int RedirectAfterLogout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RedirectAfterRegistration
Declaration
public int RedirectAfterRegistration { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RegistrationFields
Declaration
public string RegistrationFields { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int RegistrationFormType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RequirePasswordConfirm
Declaration
public bool RequirePasswordConfirm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RequireUniqueDisplayName
Declaration
public bool RequireUniqueDisplayName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RequireValidProfile
Declaration
public bool RequireValidProfile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RequireValidProfileAtLogin
Declaration
public bool RequireValidProfileAtLogin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseAuthProviders
Declaration
public bool UseAuthProviders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseCaptcha
Declaration
public bool UseCaptcha { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseEmailAsUserName
Declaration
public bool UseEmailAsUserName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseProfanityFilter
Declaration
public bool UseProfanityFilter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UserNameValidator
Declaration
public string UserNameValidator { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods