Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.