Table of Contents

Class UserPasswordCheck

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class UserPasswordCheck : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor
Inheritance
UserPasswordCheck
Implements
Inherited Members

Constructors

UserPasswordCheck()

public UserPasswordCheck()

Fields

ChangePasswordUrl

public const string ChangePasswordUrl = "/ui/portal/identity/password"

Field Value

string

PasswordChangeRequestLimit

public const int PasswordChangeRequestLimit = 3

Field Value

int

Properties

IsPasswordChangeRequestLimitExceeded

public static bool IsPasswordChangeRequestLimitExceeded { get; }

Property Value

bool

Methods

IsPasswordExpired(User)

public static bool IsPasswordExpired(User user)

Parameters

user User

Returns

bool

IsPasswordExpired(User)

public static bool IsPasswordExpired(User user)

Parameters

user User

Returns

bool

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs