 | 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.28229
Syntaxpublic 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 Parameters
- password String
- Password to validate
Return Value
Booleantrue if the password meets the complexity requirements; otherwise false
RemarksNot all versions of netFORUM support specifying a required password complexity. For those versions, this method will always return true.
See Also