Search Results for

    Show / Hide Table of Contents
    View Source

    Class PasswordSettingsModel

    Represents the password policy settings for user account creation.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.Installer
    Assembly: Umbraco.Core.dll
    Syntax
    public class PasswordSettingsModel

    Constructors

    View Source

    PasswordSettingsModel()

    Declaration
    public PasswordSettingsModel()

    Properties

    View Source

    MinCharLength

    Gets or sets the minimum character length required for passwords.

    Declaration
    public int MinCharLength { get; set; }
    Property Value
    Type Description
    int
    View Source

    MinNonAlphaNumericLength

    Gets or sets the minimum number of non-alphanumeric characters required in passwords.

    Declaration
    public int MinNonAlphaNumericLength { get; set; }
    Property Value
    Type Description
    int
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX