WHSWorkUser::validateUserPassword Method
Validates the entered password against a stored work user's password.
Syntax
server public static boolean validateUserPassword(WHSUserId _userId, str _password)
Run On
Server
Parameters
- _userId
Type: WHSUserId Extended Data Type
The work user that you want to validate against.
- _password
Type: str
The entered password that you want to validate.
Return Value
Type: boolean
true if the password is valid for the user; otherwise, false.