minimum length of password setting for password strength indicator

Namespace: DotNetNuke.Entities.Users.Membership
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public int MinPasswordLength { get; }
Visual Basic
Public ReadOnly Property MinPasswordLength As Integer
	Get

See Also