Click or drag to resize

EWebAccountServiceMeetsPasswordComplexityRequirements Method

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

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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