Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserPasswordConfigurationSettings

    Typed configuration options for user password settings.

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

    Properties

    View Source

    HashAlgorithmType

    Gets a value for the password hash algorithm type.

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

    MaxFailedAccessAttemptsBeforeLockout

    Gets a value for the maximum failed access attempts before lockout.

    Declaration
    public int MaxFailedAccessAttemptsBeforeLockout { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    TODO: This doesn't really belong here

    View Source

    MinimumResponseTime

    Gets or sets the minimum response time of the forgot password request.

    Declaration
    public TimeSpan MinimumResponseTime { get; set; }
    Property Value
    Type Description
    TimeSpan
    View Source

    RequireDigit

    Gets a value indicating whether at least one digit is required for the password.

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

    RequiredLength

    Gets a value for the minimum required length for the password.

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

    RequireLowercase

    Gets a value indicating whether at least one lower-case character is required for the password.

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

    RequireNonLetterOrDigit

    Gets a value indicating whether at least one non-letter or digit is required for the password.

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

    RequireUppercase

    Gets a value indicating whether at least one upper-case character is required for the password.

    Declaration
    public bool RequireUppercase { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • HashAlgorithmType
      • MaxFailedAccessAttemptsBeforeLockout
      • MinimumResponseTime
      • RequireDigit
      • RequiredLength
      • RequireLowercase
      • RequireNonLetterOrDigit
      • RequireUppercase
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX