RetailParameters.validatePasswordStrengthbyType Method
Validate password strength based on password type.
Syntax
public boolean validatePasswordStrengthbyType(str _password, int passwordType)
Run On
Called
Parameters
- _password
Type: str
The password.
- passwordType
Type: int
Password type.
Return Value
Type: boolean
Returns true if password strength is valid, otherwise false.