EWebAccountServiceMeetsPasswordComplexityRequirements Method

Determines whether a password meets the complexity requirements defined for external users in netFORUM.

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool MeetsPasswordComplexityRequirements(
	string password
)

Parameters

password  String
Password to validate

Return Value

Boolean
true if the password meets the complexity requirements; otherwise false

Remarks

Not all versions of netFORUM support specifying a required password complexity. For those versions, this method will always return true.

See Also