Click or drag to resize

LoginHandlerCheckPasswordComplexity Method

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public bool CheckPasswordComplexity(
	string password,
	int id,
	ref string errorMessage,
	ref int passwordErrorCode,
	bool forceReuseCheck,
	bool isBackendCheck
)

Parameters

password
Type: SystemString
id
Type: SystemInt32
errorMessage
Type: SystemString
passwordErrorCode
Type: SystemInt32
forceReuseCheck
Type: SystemBoolean
isBackendCheck
Type: SystemBoolean

Return Value

Type: Boolean
See Also