Search Results for

    Show / Hide Table of Contents
    View Source

    Class SecuritySettings

    Typed configuration options for security settings.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class SecuritySettings

    Properties

    View Source

    AllowEditInvariantFromNonDefault

    Gets or sets a value indicating whether to allow editing invariant properties from a non-default language variation.

    Declaration
    public bool AllowEditInvariantFromNonDefault { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    AllowedUserNameCharacters

    Gets or sets the set of allowed characters for a username

    Declaration
    public string AllowedUserNameCharacters { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    AllowPasswordReset

    Gets or sets a value indicating whether to allow user password reset.

    Declaration
    public bool AllowPasswordReset { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    AuthCookieDomain

    Gets or sets a value for the authorization cookie domain.

    Declaration
    public string AuthCookieDomain { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    AuthCookieName

    Gets or sets a value for the authorization cookie name.

    Declaration
    public string AuthCookieName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    HideDisabledUsersInBackOffice

    Gets or sets a value indicating whether to hide disabled users in the back-office.

    Declaration
    public bool HideDisabledUsersInBackOffice { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    KeepUserLoggedIn

    Gets or sets a value indicating whether to keep the user logged in.

    Declaration
    public bool KeepUserLoggedIn { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    MemberBypassTwoFactorForExternalLogins

    Gets or sets a value indicating whether to bypass the two factor requirement in Umbraco when using external login for members. Thereby rely on the External login and potential 2FA at that provider.

    Declaration
    public bool MemberBypassTwoFactorForExternalLogins { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    MemberDefaultLockoutTimeInMinutes

    Gets or sets a value for how long (in minutes) a member is locked out when a lockout occurs.

    Declaration
    public int MemberDefaultLockoutTimeInMinutes { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    MemberPassword

    Gets or sets a value for the member password settings.

    Declaration
    public MemberPasswordConfigurationSettings MemberPassword { get; set; }
    Property Value
    Type Description
    MemberPasswordConfigurationSettings
    View Source

    UserBypassTwoFactorForExternalLogins

    Gets or sets a value indicating whether to bypass the two factor requirement in Umbraco when using external login for users. Thereby rely on the External login and potential 2FA at that provider.

    Declaration
    public bool UserBypassTwoFactorForExternalLogins { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    UserDefaultLockoutTimeInMinutes

    Gets or sets a value for how long (in minutes) a user is locked out when a lockout occurs.

    Declaration
    public int UserDefaultLockoutTimeInMinutes { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    UsernameIsEmail

    Gets or sets a value indicating whether the user's email address is to be considered as their username.

    Declaration
    public bool UsernameIsEmail { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    UserPassword

    Gets or sets a value for the user password settings.

    Declaration
    public UserPasswordConfigurationSettings UserPassword { get; set; }
    Property Value
    Type Description
    UserPasswordConfigurationSettings
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AllowEditInvariantFromNonDefault
      • AllowedUserNameCharacters
      • AllowPasswordReset
      • AuthCookieDomain
      • AuthCookieName
      • HideDisabledUsersInBackOffice
      • KeepUserLoggedIn
      • MemberBypassTwoFactorForExternalLogins
      • MemberDefaultLockoutTimeInMinutes
      • MemberPassword
      • UserBypassTwoFactorForExternalLogins
      • UserDefaultLockoutTimeInMinutes
      • UsernameIsEmail
      • UserPassword
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX