EWebAccountServiceMeetsPasswordComplexityRequirements Method
Determines whether a password meets the complexity requirements defined for external users in netFORUM.
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool MeetsPasswordComplexityRequirements(
string password
)
Public Function MeetsPasswordComplexityRequirements (
password As String
) As Boolean
public:
virtual bool MeetsPasswordComplexityRequirements(
String^ password
) sealed
abstract MeetsPasswordComplexityRequirements :
password : string -> bool
override MeetsPasswordComplexityRequirements :
password : string -> bool
- password String
- Password to validate
Booleantrue if the password meets the complexity requirements; otherwise false
Not all versions of netFORUM support specifying a required password complexity. For those versions, this method will always return true.